use vi shortcuts in terminalΒΆ
http://vim.wikia.com/wiki/Use_vi_shortcuts_in_terminal
To enable Vi-mode, edit (or create) the file ~/.inputrc or /etc/inputrc and add the following lines:
set editing-mode vi
set keymap vi-command
http://vim.wikia.com/wiki/Use_vi_shortcuts_in_terminal
To enable Vi-mode, edit (or create) the file ~/.inputrc or /etc/inputrc and add the following lines:
set editing-mode vi
set keymap vi-command