Fix inconsistency between help message and actions for fzf
ctrl-v should view rather than ctrl-o
This commit is contained in:
parent
d70f5398a3
commit
d56d5ddbfd
1 changed files with 1 additions and 1 deletions
2
inc/fzf
2
inc/fzf
|
@ -25,7 +25,7 @@ ${YELLOW}ctrl+e $WHITE edit selected ${YELLOW}ctrl+d $WHITE delete selected
|
|||
|
||||
case "$operation" in
|
||||
'ctrl-n') newFile "$query" ;;
|
||||
'ctrl-o') viewFile "$id" ;;
|
||||
'ctrl-v') viewFile "$id" ;;
|
||||
'ctrl-e') editFile "$id" ;;
|
||||
'ctrl-d') deleteFile "$id" ;;
|
||||
'')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue