motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 15fb5f68adc6a635cc9bca2f62c2843b1cdc8b3c (tree)
parent a489c6e1d3fc265242fabfd171021b0ea02dacf8
Author: Tim Pope <code@tpope.net>
Date:   Mon, 18 Feb 2019 14:02:33 -0500

Remove duplicate q map

Diffstat:
Mautoload/fugitive.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -1563,7 +1563,6 @@ function! fugitive#BufReadStatus() abort nnoremap <buffer> <silent> X :<C-U>execute <SID>StageDelete(line('.'),v:count)<CR> xnoremap <buffer> <silent> X :<C-U>execute <SID>StageDelete(line("'<"),line("'>")-line("'<")+1)<CR> nnoremap <buffer> . : <C-R>=<SID>fnameescape(get(<SID>StatusCfile(),0,''))<CR><Home> - nnoremap <buffer> <silent> q :<C-U>bdelete<CR> nnoremap <buffer> <silent> <F1> :help fugitive-mappings<CR> set filetype=fugitive