diff --git a/vim/.vimrc b/vim/.vimrc index 28354c5..bec595e 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -374,6 +374,14 @@ nmap fh :History nmap ft :BTags " Tags in all project files nmap fT :Tags +" Snippets for the current fileytpe (using Ultisnips) +nmap fs :Snippets +" All available commands +nmap f: :Commands +" All commits (using fugitive) +nmap fc :Commits +" All commits for the current buffer (using fugitive) +nmap fC :BCommits " }}} " Git and diff mappings {{{