mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
prevent .netrwhist creation
This commit is contained in:
parent
9451a40420
commit
a10a3940aa
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -8,6 +8,9 @@ call pathogen#runtime_append_all_bundles()
|
|||
|
||||
scriptencoding "utf-8"
|
||||
|
||||
" prevent .netrwhist creation
|
||||
let g:netrw_dirhistmax = 0
|
||||
|
||||
"make sure backspace behaves
|
||||
set backspace=indent,eol,start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue