Created
February 11, 2018 20:22
-
-
Save lockie/cdc54d91b87a411146e4999cf9792a9f to your computer and use it in GitHub Desktop.
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 autohidecursor | |
set showtabindices | |
set sortlinkhints | |
let completionengines = ["google"] | |
let hintcharacters = "asdfghjkl" | |
map <C-f> scrollFullPageDown | |
map <C-b> scrollFullPageUp | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp | |
unmap x | |
map d :quit<CR> | |
map u lastClosedTab | |
map F createActiveTabbedHint | |
map b :buffer<Space> | |
map B :bookmarks<Space> | |
map о scrollDown | |
map л scrollUp | |
map р scrollLeft | |
map д scrollRight | |
map <C-а> scrollFullPageDown | |
map <C-и> scrollFullPageUp | |
map <C-в> scrollPageDown | |
map <C-г> scrollPageUp | |
map пп scrollToTop | |
map П scrollToBottom | |
map пш goToInput | |
map яя centerMatchH | |
map а createHint | |
map А createActiveTabbedHint | |
map ю repeatCommand | |
map . openSearchBar | |
map Ш :history<Space> | |
map ш insertMode | |
map к reloadTab | |
map пв :chrome://downloads<CR> | |
map нн yankDocumentUrl | |
map и :buffer<Space> | |
map И :bookmarks<Space> | |
map в :quit<CR> | |
map г lastClosedTab | |
map з openPaste | |
map по hideDownloadsShelf | |
map пй cancelWebRequest | |
map пы :viewsource!<CR> | |
map Л nextTab | |
map О previousTab | |
map п0 firstTab | |
map п; lastTab | |
map е :tabnew<Space> | |
map Е :tabnew @% | |
map Р goBack | |
map Д goForward | |
map Б moveTabLeft | |
map Ю moveTabRight | |
map т nextSearchResult | |
map Т previousSearchResult | |
map м toggleVisualMode | |
map М toggleVisualLineMode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment