Mercurial > dotfiles
diff vim/vimrc @ 441:a3c6869085c1
Add shortcut for tags.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Apr 2018 22:31:49 -0700 |
parents | 4b816faa06e2 |
children | decee05a5595 |
line wrap: on
line diff
--- a/vim/vimrc Sun Apr 29 20:12:47 2018 -0700 +++ b/vim/vimrc Sun Apr 29 22:31:49 2018 -0700 @@ -727,6 +727,7 @@ " Replace the default `Tags` command, which requires Perl, with " something I can use, based on Python. command! -bang -nargs=* Tags call ludo#run_fzf_tags(<q-args>, <bang>0) + nnoremap <silent> <C-u> :Tags<cr> else call ludo#error( \"FZF is installed and enabled, but the Vim plugin ".