Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Last active September 7, 2017 02:26
Show Gist options
  • Save nekolinuxblog/4f4fffad03aa0feb8568845633c9c02a to your computer and use it in GitHub Desktop.
Save nekolinuxblog/4f4fffad03aa0feb8568845633c9c02a to your computer and use it in GitHub Desktop.
things you should write in .vimrc in the first
"vimrcへの書き込み
nnoremap <F5> :<C-u>split $MYVIMRC<CR>
nnoremap <F6> :<C-u>source $MYVIMRC<CR>
"コマンドモードを1.5倍速で
noremap ; :
noremap : ;
"バッファ操作ショートカット
nnoremap <Space>l :ls<CR>:buf
nnoremap <Space>n :bn<CR>
nnoremap <Space>m :bp<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment