summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-28 19:32:16 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-28 19:32:16 +0200
commitd656b5f8d409b6560d6251c84aef22c38b5b5b9b (patch)
tree2deeb1bc25f398369c193806b5388bdf1118144c /.vimrc
parent9547730a150c9c1639035c4d66183863dc7f0fbc (diff)
vim + nvim removed autochdir again
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index a1f2d4c..d543deb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>