Skip to content

Commit

Permalink
remove fuzzyfind bindings because i deleted it
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdean committed Oct 22, 2012
1 parent f77f8b5 commit 7bde328
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ set linebreak " More visually appealing wordwrap
"fix snipmate bug on html <head>
filetype plugin indent on

" Mappings
nmap <leader>f :FufCoverageFile<CR>
nmap <leader>b :FufBuffer<CR>
nmap <leader>t :FufTaggedFile<CR>
" add <F6> binding for running python code
" should eventually update it so that I can make <F6> run things based on filetype
nmap <F6> :w<CR>:!python %<CR>

0 comments on commit 7bde328

Please sign in to comment.