Skip to content

Commit

Permalink
speed improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalbromirski committed Sep 12, 2013
1 parent ba99e13 commit 7782caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
12 changes: 0 additions & 12 deletions keybinds.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
" KEYBINDS
" =========================================

" mapping for navigation
noremap <buffer> <silent> k gk
noremap <buffer> <silent> j gj
noremap <buffer> <silent> 0 g0
noremap <buffer> <silent> $ g$
nnoremap <buffer> <Up> gk
nnoremap <buffer> <Down> gj
inoremap <buffer> <Up> <C-O>gk
inoremap <buffer> <Down> <C-O>gj
vnoremap <buffer> <Up> gk
vnoremap <buffer> <Down> gj
" enter fix - press enter and go to insert mode
map <M-Enter> O
map <Enter> o
Expand Down
5 changes: 2 additions & 3 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ let g:Powerline_symbols = 'fancy'

" GitGutter
let g:gitgutter_eager = 0
let g:gitgutter_enabled = 1
autocmd BufWritePost * exe 'GitGutter'

" =========================================
" OTHER HACKS
Expand Down Expand Up @@ -116,6 +118,3 @@ endif

" RVM
" autocmd BufEnter * Rvm

" vim-gitgutter
let g:gitgutter_enabled = 1

0 comments on commit 7782caa

Please sign in to comment.