Skip to content

Instantly share code, notes, and snippets.

@arcticmatt
Created January 12, 2020 21:16
Show Gist options
  • Save arcticmatt/014d4e4c8b5fd27921569bebcdcadab2 to your computer and use it in GitHub Desktop.
Save arcticmatt/014d4e4c8b5fd27921569bebcdcadab2 to your computer and use it in GitHub Desktop.
set editing-mode vi
$if mode=vi
set keymap vi-command
Control-l: clear-screen
set keymap vi-insert
Control-l: clear-screen
$endif
set show-mode-in-prompt on
"\e[A": history-search-backward
"\e[B": history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment