Last active
March 13, 2018 16:44
-
-
Save echristopherson/04ac19b8e47b52432f3d03d127d62425 to your computer and use it in GitHub Desktop.
Configuration for cVim Chrome extension
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
" Allow Ctrl+6 to be used for switching to tab 6 (native Chrome) or for Verso functionality (currently set to go to Circ Reports > View Reports) -- instead of switching between two most-recently-used tabs | |
unmap <C-6> | |
" Allow Ctrl+B to be used by Verso to go to Staff Dashboard (instead of cVim behavior of "create or toggle a bookmark for the current URL" under "Other bookmarks" in bookmarks bar | |
unmap <C-b> | |
" Allow Ctrl+F for find, even when in a text field. | |
iunmap <C-f> | |
" Allow Ctrl+B to open up the Verso menu search, even when in a text field. | |
iunmap <C-b> | |
" Unmap x (close current tab) -- I like to be able to select conversations in Gmail, thank you very much. | |
unmap x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment