This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Settings | |
set noautofocus | |
set cncpcompletion | |
set smoothscroll | |
set autohidecursor | |
set typelinkhints | |
set smartcase | |
set incsearch | |
let vimcommand = "~/bin/vim -f" | |
let scrollduration = 10 |