Skip to content

Instantly share code, notes, and snippets.

@smaugfm
Last active January 27, 2022 09:15
Show Gist options
  • Save smaugfm/61d572ae225c175752b73a3704447b98 to your computer and use it in GitHub Desktop.
Save smaugfm/61d572ae225c175752b73a3704447b98 to your computer and use it in GitHub Desktop.
cVim config
set noautofocus
set smoothscroll
let mapleader = ","
let scrollduration = 300
map yy yankDocumentUrl
map : openCommandBar
map / openSearchBar
map . repeatCommand
map Y yankUrl
map f createHint
map q createHoverHint
map Q createUnhoverHint
map F createTabbedHint
map mf createMultiHint
map D scrollPageDown
map U scrollPageUp
map j scrollDown
map k scrollUp
map h scrollLeft
map l scrollRight
map b :bookmarks<space>
map gg scrollToTop
map G scrollToBottom
map zz centerMatchH
map n nextSearchResult
map N previousSearchResult
map <C-o> goBack
map <C-i> goForward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment