diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 52ab9bc..40606e1 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -163,7 +163,7 @@ if exists('g:loaded_fugitive') " :help :Git_blame) nmap gb :G blameC else - " Move to root of directory + " Move to root of repository " NOTE: only works if a file is already opened nnoremap gcd cd %:h cd `git rev-parse --show-toplevel` endif