It is better to change the global dir instead of the local one (default)

This commit is contained in:
David Holland 2019-04-12 20:14:37 +02:00
parent 1cfdefecfd
commit 4026060784
1 changed files with 2 additions and 1 deletions

View File

@ -1207,7 +1207,8 @@ set incsearch
set clipboard=unnamedplus
nnoremap <silent> <leader>cd :lcd %:p:h<CR>
nnoremap <silent> <leader>cd :cd %:p:h<CR>
nnoremap <silent> <leader>CD :lcd %:p:h<CR>
tnoremap <Esc> <C-\><C-n>