Skip to content

Instantly share code, notes, and snippets.

@yashdeeph709
Last active April 14, 2017 14:34
Show Gist options
  • Save yashdeeph709/4e11b0521ec26e316dffb0704669b7f2 to your computer and use it in GitHub Desktop.
Save yashdeeph709/4e11b0521ec26e316dffb0704669b7f2 to your computer and use it in GitHub Desktop.
My Favorite vim hacks and tips
#comment this line is for keyword completion:
set complete=.,w,b,u,t,i
# Remap Ctrl+w 2 to Tab
nnoremap <C-I> <C-W><C-W>
#CTRL+P and CTRL+H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment