Created
April 30, 2018 14:32
-
-
Save biox/1b7c89e1c9cad96f267d675961a93703 to your computer and use it in GitHub Desktop.
vimmy customs
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
" 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