Skip to content

Instantly share code, notes, and snippets.

@loginerrort
Created July 28, 2016 22:32
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 loginerrort/14727e3282380318ce59be571998d5ec to your computer and use it in GitHub Desktop.
Save loginerrort/14727e3282380318ce59be571998d5ec to your computer and use it in GitHub Desktop.
syntax on
set cindent
set bs=2
set wildmenu
set t_Co=256
set guifont=Consolas:h14
set showcmd
set number
# 養成使用hjkl移動鼠標的習慣
nnoremap <Up> <NOP>
nnoremap <Left> <NOP>
nnoremap <Down> <NOP>
nnoremap <Right> <NOP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment