Skip to content

Commit

Permalink
replace delete with wipe in bufhidden
Browse files Browse the repository at this point in the history
  • Loading branch information
mosaaleb committed Dec 28, 2020
1 parent 37a6a2e commit b7d2e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ augroup END
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
augroup NetrwConfig
autocmd!
autocmd FileType netrw setl bufhidden=delete
autocmd FileType netrw setl bufhidden=wipe
autocmd FileType netrw set nolist
autocmd FileType netrw call SetMappings()
" must be defined after SetMappings
Expand Down

0 comments on commit b7d2e7d

Please sign in to comment.