Last active
February 14, 2020 10:44
-
-
Save jchros/fe4696bcac44bb9a077dbda86e858f3b 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
" tinyvimrc | |
se nu rnu hid ttm=100 list lcs=tab:\|\ ,trail:· | |
" Version-specific settings{{{ | |
if has('cmdline_info') | |
se sc | |
endif | |
if has('extra_search') | |
se is hls | |
noh | |
endif | |
if has('folding') | |
se fdm=marker fdc=2 | |
endif | |
if has('smartindent') | |
se ai si sta | |
endif | |
if has('syntax') | |
se cc=80 | |
endif | |
"}}} | |
nnoremap gb :ls<cr>:b<Space> | |
nnoremap gr gT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment