Skip to content

Instantly share code, notes, and snippets.

@thisivan
Created July 28, 2010 15:17
Show Gist options
  • Save thisivan/494853 to your computer and use it in GitHub Desktop.
Save thisivan/494853 to your computer and use it in GitHub Desktop.
" Change leader key from \ to ,
let mapleader = ","
map <leader>s :TlistToggle<CR>
map <leader>f :FuzzyFinderTextMate<CR>
map <leader>l :BufExplorer<CR>
map <leader>t :NERDTreeToggle<CR>
map <leader>w :b#<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment