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 28139d92cd
commit 1b8cf34053
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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