diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2015-10-03 21:46:09 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2015-10-03 21:48:51 +0200 |
commit | 8137247fa8aafca6cb7c529edd46096eb1b8744a (patch) | |
tree | d76cd2c8b920e3b0b0d6cc5c8b31101557c7c6cc | |
parent | Apply the same rules that are on commit message to tag message (diff) | |
download | vim_sync-8137247fa8aafca6cb7c529edd46096eb1b8744a.tar.xz |
Turn off cursor moving limit
It's kinda buggy.
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |