diff --git a/.vimrc b/.vimrc index 82d13de..475069d 100644 --- a/.vimrc +++ b/.vimrc @@ -185,7 +185,10 @@ command! -bang -nargs=? -complete=dir FilesPreview " \t for tags, \c for (Git) commits and \f to search through contents of files nmap ; :Buffers nmap o :Files -nmap O :FilesPreview +"nmap O :FilesPreview +" Git files, takes .gitignore into account +nmap O :GFiles +nmap b :Buffers nmap t :Tags nmap c :Commits " nmap f :Find