vim:keys: Fix typo in comment
This commit is contained in:
@@ -163,7 +163,7 @@ if exists('g:loaded_fugitive')
|
|||||||
" :help :Git_blame)
|
" :help :Git_blame)
|
||||||
nmap <leader>gb :G blame<CR>C
|
nmap <leader>gb :G blame<CR>C
|
||||||
else
|
else
|
||||||
" Move to root of directory
|
" Move to root of repository
|
||||||
" NOTE: only works if a file is already opened
|
" NOTE: only works if a file is already opened
|
||||||
nnoremap <leader>gcd <Cmd>cd %:h <Bar> cd `git rev-parse --show-toplevel`<CR>
|
nnoremap <leader>gcd <Cmd>cd %:h <Bar> cd `git rev-parse --show-toplevel`<CR>
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user