aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-22 13:26:43 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-22 13:26:43 +0100
commit35e063ee7087a9d6b6f4e8430a88ef6aac11c181 (patch)
tree69676c5ed747a3e69ee80658e32195b27d460de7
parent13f4dd6a55f3388f2670a512c9538f58764a5aba (diff)
switch of cursor column in vim
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index dc380a6..9039f89 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -62,7 +62,7 @@ nnoremap <leader>v : Vlist<CR>
set clipboard=unnamed,unnamedplus " just past in with out needing "*
set autoread
set exrc
-set cuc
+set nocuc
set secure
set scrolloff=1
set history=799