Last active
August 29, 2015 14:01
-
-
Save RobertAudi/bededdec48e4e3eb4dde to your computer and use it in GitHub Desktop.
cVim custom mappings (Vim for Chrome)
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
| let barposition = "bottom" | |
| set numerichints | |
| set typelinkhints | |
| unmap gt | |
| unmap K | |
| unmap gT | |
| unmap J | |
| unmap E | |
| unmap d | |
| unmap u | |
| unmap e | |
| unmap R | |
| unmap gR | |
| unmap yy | |
| unmap b | |
| unmap x | |
| unmap X | |
| unmap u | |
| unmap t | |
| unmap T | |
| unmap O | |
| unmap go | |
| unmap gO | |
| unmap a | |
| unmap p | |
| unmap P | |
| map <C-u> scrollPageUp | |
| map <C-d> scrollPageDown | |
| map R reloadTabUncached | |
| map y yankDocumentUrl | |
| map b :buffer<Space> | |
| map B :buffer<Space> | |
| map d closeTab | |
| map u lastClosedTab | |
| map O :tabnew<Space> | |
| map T :tabnew&<Space> | |
| map cc :chrome:// | |
| map C :chrome:// | |
| map E :chrome://extensions<CR> | |
| map x hideDownloadsShelf | |
| map D :duplicate&<CR> | |
| map ad :duplicate&<CR> | |
| map <C-n> nextTab | |
| map <C-p> previousTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment