Skip to content

Instantly share code, notes, and snippets.

@echristopherson
Last active March 13, 2018 16:44
Show Gist options
  • Save echristopherson/04ac19b8e47b52432f3d03d127d62425 to your computer and use it in GitHub Desktop.
Save echristopherson/04ac19b8e47b52432f3d03d127d62425 to your computer and use it in GitHub Desktop.

Revisions

  1. echristopherson revised this gist Mar 13, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions cVimrc
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,7 @@ unmap <C-6>
    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
  2. echristopherson revised this gist Mar 12, 2018. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion cVimrc
    Original file line number Diff line number Diff line change
    @@ -1 +1,8 @@
    "
    " 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>
    " Unmap x (close current tab) -- I like to be able to select conversations in Gmail, thank you very much.
    unmap x
  3. echristopherson created this gist Mar 12, 2018.
    1 change: 1 addition & 0 deletions cVimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    "