Last active
August 23, 2018 13:47
-
-
Save jkglasbrenner/148e5194fd7fb53d6e0b801fe27cf770 to your computer and use it in GitHub Desktop.
Setting for cVim Chrome extension: https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
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 smoothscroll | |
| set completeonopen | |
| set cncpcompletion | |
| set autohidecursor | |
| set showtabindices | |
| set autoupdategist | |
| let scrollstep = 100 | |
| let barposition = "bottom" | |
| " Mappings | |
| unmap <Space> | |
| let mapleader = "<Space>" | |
| map <C-z> toggleCvim | |
| map <A-h> previousTab | |
| map <A-l> nextTab | |
| map <Leader>b :buffer<Space> | |
| map <Leader>r reloadTabUncached | |
| map <Leader>x :restore<Space> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment