added variable in vimrc to allow better comportment with explore buffer and alternate buffer

This commit is contained in:
hugo gogo
2022-08-28 19:47:37 +02:00
parent e78d7fa73b
commit 6bc33cb8fb

View File

@@ -55,6 +55,10 @@ set number
" don't allow wrap
set nowrap
" using alternate buffer, ':b#', comes back to last file, and not explore buffer
" see :help g:netrw_altfile
let g:netrw_altfile = 1
"---------------------------------------------------------------