Last active
March 13, 2018 16:44
-
-
Save echristopherson/04ac19b8e47b52432f3d03d127d62425 to your computer and use it in GitHub Desktop.
Revisions
-
echristopherson revised this gist
Mar 13, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
echristopherson revised this gist
Mar 12, 2018 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 -
echristopherson created this gist
Mar 12, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ "