mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Concepts (markdown)
parent
0a05b98bbe
commit
d25fcdbc02
|
@ -236,11 +236,11 @@ The native command prompt remembers only the last executed command in the curren
|
||||||
```
|
```
|
||||||
h ()
|
h ()
|
||||||
{
|
{
|
||||||
fzf <~/.zsh_history | tr -d '\n' | xsel -bi
|
fzf <~/shell-specific_history_file | tr -d '\n' | xsel -bi
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then paste the selected command at the prompt using <kbd>Ctrl-Sihft-V</kbd>, optionally edit and run.
|
Then paste the selected command at the prompt using <kbd>Ctrl-Shift-V</kbd>, optionally edit and run.
|
||||||
|
|
||||||
All binary questions are confirmed by <kbd>y</kbd> or <kbd>Y</kbd>.
|
All binary questions are confirmed by <kbd>y</kbd> or <kbd>Y</kbd>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue