Skip to content

Commit

Permalink
Add vim-gitgutter. Renamed some shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed May 29, 2018
1 parent 368a110 commit ba7599e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,16 @@ set foldlevel=50
set nofoldenable
nnoremap <Space> za
nnoremap <leader>ev :edit ~/.config/nvim/init.vim<CR>
nnoremap <leader>ve :edit ~/.config/nvim/init.vim<CR>
nnoremap <leader>src :source ~/.config/nvim/init.vim<CR>
nnoremap <leader>h :nohl<CR>
" Window management
nnoremap <leader>t :tabe %<CR>
nnoremap <leader>d gt
nnoremap <leader>a gT
nnoremap <leader>a <C-w>h
nnoremap <leader>d <C-w>l
nnoremap <leader>e gt
nnoremap <leader>q gT
nnoremap <leader>sh <C-w>s
nnoremap <leader>sv <C-w>v
Expand Down

0 comments on commit ba7599e

Please sign in to comment.