diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -655,9 +655,6 @@ cnoremap <Esc>f <S-Right> " Read from OS X pasteboard for faster pasting nnoremap <leader>p :read !pbpaste<cr> -" Open a new split with a `git blame` of the current file -" Inspired by Ben Orenstein -" https://github.com/r00k/dotfiles/blob/7874508b825fd754e4ec3259da65f324ab96c8ea/vimrc#L74 nnoremap <leader>gb :GitBlamer<cr> |