ctrl-a to beginning of line in vi bash

This commit is contained in:
Luke Smith 2018-11-10 18:18:07 -05:00
parent d065211d7b
commit 40d4b3c443

View file

@ -5,8 +5,11 @@ $if mode=vi
set keymap vi-command set keymap vi-command
# these are for vi-command mode # these are for vi-command mode
Control-l: clear-screen Control-l: clear-screen
Control-a: beginning-of-line
set keymap vi-insert set keymap vi-insert
# these are for vi-insert mode # these are for vi-insert mode
Control-l: clear-screen Control-l: clear-screen
Control-a: beginning-of-line
$endif $endif