Created
January 12, 2020 21:16
-
-
Save arcticmatt/014d4e4c8b5fd27921569bebcdcadab2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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