# HG changeset patch # User Ludovic Chabant # Date 1525066309 25200 # Node ID a3c6869085c1b6b631ac29c7d539d114f4eb3289 # Parent 4b816faa06e2d278e4608efc617de09347fb7155 Add shortcut for tags. diff -r 4b816faa06e2 -r a3c6869085c1 vim/vimrc --- 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(, 0) + nnoremap :Tags else call ludo#error( \"FZF is installed and enabled, but the Vim plugin ".