Skip to content

Instantly share code, notes, and snippets.

@echristopherson
Last active March 13, 2018 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save echristopherson/04ac19b8e47b52432f3d03d127d62425 to your computer and use it in GitHub Desktop.
Save echristopherson/04ac19b8e47b52432f3d03d127d62425 to your computer and use it in GitHub Desktop.
Configuration for cVim Chrome extension
" 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