diff --git a/vimrc b/vimrc index 0d6ef28..07a6fc1 100644 --- a/vimrc +++ b/vimrc @@ -173,7 +173,10 @@ nmap :nohlsearch " find all nmap fa :%s/\v -nmap sn :e ~/.vim/bundle/snipmate/snippets/=&filetype.snippets +" Open the snippet file for the current filetype +nmap esn :e ~/.vim/bundle/snipmate/snippets/=&filetype.snippets +" Open the ftplugin-after script for the current filetype +nmap eft :e ~/.vim/after/ftplugin/=&filetype.vim " Toggle position highlighting nmap cl :set invcursorline