David Blume commited on 2018-05-14 07:20:52 Showing 1 changed files, with 6 additions and 0 deletions.
@@ -4,3 +4,9 @@
# arrow down
"\e[B":history-search-forward
set editing-mode vi
+# vi settings
+$if mode=vi
+ # insert mode
+ set keymap vi-insert
+ "jk": vi-movement-mode
+$endif