Skip to content

Instantly share code, notes, and snippets.

@jchros
Last active February 14, 2020 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchros/fe4696bcac44bb9a077dbda86e858f3b to your computer and use it in GitHub Desktop.
Save jchros/fe4696bcac44bb9a077dbda86e858f3b to your computer and use it in GitHub Desktop.
" 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