aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar maxried <maxried@users.noreply.github.com>2015-10-29 07:51:17 +0100
committerGravatar maxried <maxried@users.noreply.github.com>2015-10-29 07:51:17 +0100
commit10558644384ba53ff7a5402492824a53d76dc25d (patch)
tree3c75c690390cfb7d3f0f833b7a8c64aa0c08a40f /share
parentbe0d9d093c199d6b6f17dfe60c7b7451e8c26742 (diff)
Update fish_default_key_bindings.fish
fish_default_key_bindings.fish comments were wrong. Corrected comment about pagination.
Diffstat (limited to 'share')
-rw-r--r--share/functions/fish_default_key_bindings.fish3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish
index daaea646..e29a5f85 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -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 \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'
# shift-tab does a tab complete followed by a search