-
-
Save kizbitz/9c3cdda4ed7371525c28 to your computer and use it in GitHub Desktop.
cVim
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 | |
let defaultengine = "duckduckgo" | |
let hintcharacters = "aoeuidhtns" | |
let scrollstep = 90 | |
set autohidecursor | |
set autoupdategist | |
set noautofocus | |
set nosmoothscroll | |
set typelinkhints | |
" mappings | |
unmap d | |
unmap u | |
unmap e | |
unmap j | |
unmap s | |
unmap k | |
unmap w | |
unmap h | |
unmap l | |
map a :tabnew duckduckgo<space> | |
map b :bookmarks /Other bookmarks/ | |
map c scrollUp | |
map t scrollDown | |
map C scrollPageUp | |
map T scrollPageDown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment