summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <robin.oburka@nic.cz> 2015-10-03 21:46:09 +0200
committerGravatar Robin Obůrka <robin.oburka@nic.cz> 2015-10-03 21:48:51 +0200
commit8137247fa8aafca6cb7c529edd46096eb1b8744a (patch)
treed76cd2c8b920e3b0b0d6cc5c8b31101557c7c6cc
parentApply the same rules that are on commit message to tag message (diff)
downloadvim_sync-8137247fa8aafca6cb7c529edd46096eb1b8744a.tar.xz
Turn off cursor moving limit
It's kinda buggy.
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 20cd2ab..c2995d7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -26,7 +26,7 @@ set encoding=utf-8
set mouse=a
"show at least 6 lines before and after cursor pos
-set scrolloff=6
+"set scrolloff=6
"highlight line with cursor
set cursorline