mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
disabled autochdir
This commit is contained in:
parent
42e0893748
commit
1e03aa2686
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -125,7 +125,7 @@ autocmd InsertLeave *.tex highlight OverLength ctermbg=darkred ctermfg=white gui
|
|||
autocmd InsertLeave *.tex match OverLength /\%82v.*/
|
||||
|
||||
" automatically change window's cwd to file's dir
|
||||
set autochdir
|
||||
set noautochdir
|
||||
|
||||
" I'm prefer spaces to tabs
|
||||
set tabstop=4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue