Created
January 13, 2014 20:17
-
-
Save morganp/8407288 to your computer and use it in GitHub Desktop.
based on tips from [HackerNews](https://news.ycombinator.com/item?id=7051091)
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 bell-style none | |
| set editing-mode vi | |
| $if mode=vi | |
| set keymap vi-command | |
| "gg": beginning-of-history | |
| "G": end-of-history | |
| set keymap vi-insert | |
| "jj": vi-movement-mode | |
| "\C-p": history-search-backward | |
| "\C-l": clear-screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment