diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 19:32:16 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 19:32:16 +0200 |
commit | d656b5f8d409b6560d6251c84aef22c38b5b5b9b (patch) | |
tree | 2deeb1bc25f398369c193806b5388bdf1118144c /.vimrc | |
parent | 9547730a150c9c1639035c4d66183863dc7f0fbc (diff) |
vim + nvim removed autochdir again
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ set noswapfile set nowrap set background=dark set cursorline -set autochdir map Y y$ nnoremap <C-L> :nohl<CR><C-L> |