Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
djs committed Oct 15, 2012
1 parent 984c41a commit cecd2ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _vimrc
Expand Up @@ -65,6 +65,9 @@ Bundle 'skammer/vim-css-color'
"Bundle 'xolox/vim-shell' "Bundle 'xolox/vim-shell'
Bundle 'groenewege/vim-less' Bundle 'groenewege/vim-less'
Bundle 'juvenn/mustache.vim' Bundle 'juvenn/mustache.vim'
Bundle 'tpope/vim-unimpaired'
Bundle 'tpope/vim-commentary'
Bundle 'tsaleh/vim-matchit'


" Basic options " Basic options
"------------------------------------------------------------------------------- "-------------------------------------------------------------------------------
Expand Down Expand Up @@ -225,6 +228,9 @@ let mapleader = ","


let Powerline_symbols="unicode" let Powerline_symbols="unicode"


let g:python_syntax_fold=0
let g:jedi#use_tabs_not_buffers = 0

inoremap jk <Esc> inoremap jk <Esc>
inoremap <Esc> <nop> inoremap <Esc> <nop>
inoremap <Up> <nop> inoremap <Up> <nop>
Expand Down

0 comments on commit cecd2ea

Please sign in to comment.