Last active
February 8, 2018 07:35
-
-
Save T1T4N/9ded3b061e6845663461332848276b32 to your computer and use it in GitHub Desktop.
sVimrc
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
set smoothscroll | |
let scrollstep = 70 | |
let scrollduration = 25 | |
let hintcharacters = "sadfjklewcmpgh" | |
" let mapleader = "space" | |
map "space" "<Leader>" | |
map "e" toggleReader | |
" unmap "space" | |
" unmap "shift+," | |
" unmap "shift+." | |
" map "shift+." moveTabLeft | |
" map "shift+," moveTabRight |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment