Skip to content

Instantly share code, notes, and snippets.

@biox
Created April 30, 2018 14:32
Show Gist options
  • Save biox/1b7c89e1c9cad96f267d675961a93703 to your computer and use it in GitHub Desktop.
Save biox/1b7c89e1c9cad96f267d675961a93703 to your computer and use it in GitHub Desktop.
vimmy customs
" Familiar mappings
inoremap kj <ESC>
nnoremap s :w<cr>
" Gui things
set guioptions-=m "remove menu bar
set guioptions-=T "remove toolbar
set guioptions-=r "remove right-hand scroll bar
set guioptions-=L "remove left-hand scroll bar
" Don't jump over a single line
nnoremap j gj
nnoremap k gk
" Switch buffers
nnoremap <leader>, <C-^> <cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment