Last active
June 19, 2019 01:05
-
-
Save frankitox/490666bc1f03577ea4978ff21917485a to your computer and use it in GitHub Desktop.
cVim config
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 noautofocus | |
map m* setMark | |
map <A-p> pinTab | |
map <C-h> previousTab | |
map <C-l> nextTab | |
map <C-j> scrollFullPageDown | |
map <C-k> scrollFullPageUp | |
map $ lastTab | |
" Open new tab with current URL | |
map T :tabnew @%<CR> | |
" Just remapping defaults, they break sometimes | |
map h scrollLeft | |
map j scrollDown | |
map k scrollUp | |
map l scrollRight | |
" let blacklists = ["http://localhost/"] | |
map 1 1% | |
map 2 2% | |
map 3 3% | |
map 4 4% | |
map 5 5% | |
map 6 6% | |
map 7 7% | |
map 8 8% | |
map 9 9% | |
map 0 10% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment