Last active
October 16, 2017 21:03
-
-
Save datavistics/b78637dcd58641cd062cfa5091b2374b to your computer and use it in GitHub Desktop.
This will sync with the cVim Extension
This file contains 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
" Thiers chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/pages/mappings.html | |
" Mine: https://gist.github.com/datavistics/b78637dcd58641cd062cfa5091b2374b | |
set nosmoothscroll | |
set noautofocus " The opposite of autofocus; this setting stops | |
" sites from focusing on an input box when they load | |
set typelinkhints | |
let hintcharacters = "fjdkslaghruvn" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment