fish: add bindings for ^hjkl

master
an 2019-08-06 13:42:42 -04:00
parent 8353ad7853
commit 9045e3cd17
1 changed files with 8 additions and 0 deletions

8
scripts/fish/bindings Normal file
View File

@ -0,0 +1,8 @@
# vim: syntax=fish:
bind --user \ch backward-char
bind --user \cl forward-char
bind --user \cj down-or-search
bind --user \ck up-or-search
## EOF