Eshell: Add "gj/gk" bindings

This commit is contained in:
Pierre Neidhardt 2017-11-23 15:07:09 +01:00
parent 3881e6336b
commit f835a65588
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,8 @@
"]" 'eshell-next-prompt
(kbd "C-k") 'eshell-previous-prompt
(kbd "C-j") 'eshell-next-prompt
"gk" 'eshell-previous-prompt
"gj" 'eshell-next-prompt
"0" 'eshell-bol
"^" 'eshell-bol
(kbd "M-h") 'eshell-backward-argument
@ -77,6 +79,8 @@
"]" 'eshell-next-prompt
(kbd "C-k") 'eshell-previous-prompt
(kbd "C-j") 'eshell-next-prompt
"gk" 'eshell-previous-prompt
"gj" 'eshell-next-prompt
"0" 'eshell-bol
"^" 'eshell-bol))