Skip to content

Instantly share code, notes, and snippets.

@guilhermelimak
Last active December 27, 2020 23:54
Show Gist options
  • Select an option

  • Save guilhermelimak/01b68de5b01737a0a802b887755e0e21 to your computer and use it in GitHub Desktop.

Select an option

Save guilhermelimak/01b68de5b01737a0a802b887755e0e21 to your computer and use it in GitHub Desktop.
.cvimrc
let mapleader = "<Space>"
set noautofocus
set smoothscroll
set sortlinkhints
map J previousTab
map K nextTab
map J goBack
map : goForward
map <Leader>q closeTab
map u lastClosedTab
site '*://twitter.com/*' {
unmap j
unmap k
unmap t
unmap r
unmap f
unmap .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment