changes in vim manipulation of last oppened buffer

This commit is contained in:
hugogogo
2022-10-04 16:01:55 +02:00
parent 077661017f
commit 45dd538726
2 changed files with 7 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ set number
" don't allow wrap
set nowrap
" make the previous buffer be the last modified file and not the file explorer
" see `:help g:netrw_altfile`
let g:netrw_altfile = 1
"---------------------------------------------------------------