summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.vimrc b/.vimrc
index 0bf38298..75458795 100644
--- a/.vimrc
+++ b/.vimrc
@@ -144,12 +144,6 @@ nmap <leader>gs :Gstatus<CR>
 nmap <leader>gc :Gcommit<CR>
 nmap <leader>gp :Git push<CR>
 
-nmap <leader>gg :GitGutterToggle<CR>
-nmap <leader>gh <Plug>GitGutterNextHunk
-nmap <leader>gH <Plug>GitGutterPrevHunk
-
-nmap <leader>u :GundoToggle<CR>
-
 " Toggle relative/absolute numbers
 function! NumberToggle()
   if(&relativenumber == 1)
d>Generalize C-w neovim terminal mappingJune McEnroe 2017-07-04Remove tmuxJune McEnroe 2017-07-04Show terminal title in statuslineJune McEnroe 2017-07-04Add nvim terminal mappingsJune McEnroe 2017-06-29Add color to xxJune McEnroe 2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe 2017-06-27Link Scala syntax fileJune McEnroe 2017-06-27Clean up top of trivial colorscheme fileJune McEnroe 2017-06-27Fix Scala syntax highlight linksJune McEnroe