Last active
September 30, 2016 20:01
-
-
Save chmelevskij/c3c44fc1b88d53abdea42501971bdc02 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 completion-ignore-case on | |
set visible-stats on | |
set editing-mode vi | |
$if mode=vi | |
set keymap vi-command | |
set keymap vi-insert | |
"\C-l": clear-screen | |
$endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment