Last active
November 17, 2018 05:33
-
-
Save hiroshiro/f17dc4db3631f8a8386851c3139ba252 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
let mapleader = "," | |
let scrollstep = 200 | |
let hintcharacters = "asdgwertzcvbnml"; | |
let homeurl = "https://www.yahoo.co.jp"; | |
unmap "x" | |
unmap "w" | |
unmap "t" | |
map "a" insertMode | |
map "?" help | |
map "r" toggleReader | |
map "ctrl+a" goToInput | |
map "ctrl+]" nextTab | |
map "ctrl+[" previousTab | |
map "ctrl+o" goBack | |
map "ctrl+i" goForward | |
map "ctrl+l" nextTab | |
map "ctrl+h" previousTab | |
map "ctrl+j" moveTabLeft | |
map "ctrl+k" moveTabRight | |
map "ctrl+t" newTab | |
map "ctrl+r" reloadTab | |
map "ctrl+c" normalMode | |
map "ctrl+f" createHint | |
map "ctrl+v" showsVimrc | |
map "ctrl+w" newWindow | |
map "ctrl+n" nextWindow | |
map "ctrl+p" previousWindow | |
map "ctrl+q" quit | |
map "ctrl+x" quit | |
map "ctrl+y" homePage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment