Skip to content

Commit

Permalink
better search, nix pythonmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Dean committed Sep 12, 2013
1 parent 61322ff commit 80f8785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -58,6 +58,8 @@ Bundle 'kien/ctrlp.vim'
Bundle 'msanders/snipmate.vim' Bundle 'msanders/snipmate.vim'
Bundle 'Lokaltog/vim-powerline' Bundle 'Lokaltog/vim-powerline'
Bundle 'scrooloose/syntastic' Bundle 'scrooloose/syntastic'
Bundle 'rking/ag.vim'
"Bundle 'klen/python-mode'


filetype plugin indent on filetype plugin indent on
" /do vundle stuff ############### " /do vundle stuff ###############
Expand All @@ -77,6 +79,7 @@ set encoding=utf-8 " Necessary to show Unicode glyphs
" add <F6> binding for running python code " add <F6> binding for running python code
" should eventually update it so that I can make <F6> run things based on filetype " should eventually update it so that I can make <F6> run things based on filetype
nmap <F6> :w<CR>:!python %<CR> nmap <F6> :w<CR>:!python %<CR>
nmap <leader>f :vim <C-R><C-W> **/*.py
"noremap j <NOP> "noremap j <NOP>
"noremap k <NOP> "noremap k <NOP>
Expand Down

0 comments on commit 80f8785

Please sign in to comment.