Skip to content

Instantly share code, notes, and snippets.

@yusukemihara
Created September 11, 2013 06:42
Show Gist options
  • Select an option

  • Save yusukemihara/6520049 to your computer and use it in GitHub Desktop.

Select an option

Save yusukemihara/6520049 to your computer and use it in GitHub Desktop.
filetype indent off
"set sw=2 expandtab
set tabstop=4
set ignorecase
set noautoindent
set fileencoding=utf-8
set fileencodings=utf-8,euc-jp,iso-2022-jp
inoremap <C-h> <Left>
inoremap <C-j> <Down>
inoremap <C-k> <Up>
inoremap <C-l> <Right>
inoremap <C-\> <ESC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment