unify command-mode keybinds, add terminal keybinds
This commit is contained in:
		| @@ -6,6 +6,16 @@ set vi-ins-mode-string \1\e[1 q\2 | ||||
| set vi-cmd-mode-string \1\e[2 q\2 | ||||
| ################################# | ||||
|  | ||||
| ############# new ############### | ||||
| set keymap vi-insert | ||||
| "\C-a":beginning-of-line | ||||
| "\C-e":end-of-line | ||||
| "\C-b":backward-char | ||||
| "\C-f":forward-char | ||||
| "\eb":backward-word | ||||
| "\ef":forward-word  | ||||
| ################################# | ||||
|  | ||||
| ##### remap - colemak-dh ####### | ||||
|  | ||||
| # n -> h | ||||
| @@ -38,7 +48,7 @@ set keymap vi-command | ||||
| "\C-k":next-history | ||||
| # j -> e | ||||
| set keymap vi-insert | ||||
| "\C-e":self-insert | ||||
| "\C-j":self-insert | ||||
| set keymap vi-command | ||||
| "j":vi-end-word | ||||
| "J":vi-end-word | ||||
|   | ||||
		Reference in New Issue
	
	Block a user