Skip to content

Instantly share code, notes, and snippets.

@kazufusa
Created October 5, 2017 07:03
Show Gist options
  • Save kazufusa/298c94713881edf00bcc19572c07fc93 to your computer and use it in GitHub Desktop.
Save kazufusa/298c94713881edf00bcc19572c07fc93 to your computer and use it in GitHub Desktop.
cVim options
map d closeTab
map u lastClosedTab
map b :buffer<Space>
map B :bookmarks<Space>
let locale = "jp"
let completionengines = ["google"]
let defaultengine = "google.co.jp"
@kazufusa
Copy link
Author

for vimium

# Insert your preferred key mappings here.
map d removeTab
map u restoreTab
map b Vomnibar.activateTabSelection
map t Vomnibar.activateInNewTab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment