Updated Concepts (markdown)

Terminator X 2021-09-05 16:10:06 +05:30
parent 0a05b98bbe
commit d25fcdbc02
1 changed files with 2 additions and 2 deletions

@ -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>.