Update fish_default_key_bindings.fish

fish_default_key_bindings.fish comments were wrong. Corrected comment about pagination.
This commit is contained in:
maxried 2015-10-29 07:51:17 +01:00
parent be0d9d093c
commit 1055864438

View file

@ -121,7 +121,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind $argv -k f1 __fish_man_page bind $argv -k f1 __fish_man_page
bind $argv \eh __fish_man_page bind $argv \eh __fish_man_page
# This will make sure the output of the current command is paged using the less pager when you press Meta-p # This will make sure the output of the current command is paged using the default pager when you press Meta-p
# If none is set, less will be used
bind $argv \ep '__fish_paginate' bind $argv \ep '__fish_paginate'
# shift-tab does a tab complete followed by a search # shift-tab does a tab complete followed by a search