Skip to content

Instantly share code, notes, and snippets.

@FlorianHeigl
Created May 22, 2019 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianHeigl/ad0304a21111e45a511d873ccdf7aac7 to your computer and use it in GitHub Desktop.
Save FlorianHeigl/ad0304a21111e45a511d873ccdf7aac7 to your computer and use it in GitHub Desktop.
vi mode for bconsole etc
## enable vi mode on all readline programs
set editing-mode vi
#set keymap vi-command
set input-meta on
set output-meta on
set bell-style none
set keymap vi-insert
$if Bash
"\C-l": "\e\C-la"
$endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment