From 908cc494a2e55462ff433c5e3e00637fff493ed2 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 16 Oct 2024 14:29:44 +0200 Subject: [PATCH] vim:keys: Fix typo in comment --- .config/vim/vimrc.d/40-keys.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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