Skip to content

Instantly share code, notes, and snippets.

@Cphilo
Created June 16, 2016 14:03
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 Cphilo/c84afda0b37531855c8d9ef5c0073e17 to your computer and use it in GitHub Desktop.
Save Cphilo/c84afda0b37531855c8d9ef5c0073e17 to your computer and use it in GitHub Desktop.
vim config
" 设置tab键可以移动块状代码
vmap <Tab> >gv " 设置tab键可以移动块状代码
vmap <S-Tab> <gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment