Skip to content

Instantly share code, notes, and snippets.

@RobertAudi
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save RobertAudi/bededdec48e4e3eb4dde to your computer and use it in GitHub Desktop.

Select an option

Save RobertAudi/bededdec48e4e3eb4dde to your computer and use it in GitHub Desktop.
cVim custom mappings (Vim for Chrome)
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