Skip to content

Instantly share code, notes, and snippets.

@BosEriko
Last active May 11, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BosEriko/fdfd3765bb4bcf9568d18729e2b6b150 to your computer and use it in GitHub Desktop.
Save BosEriko/fdfd3765bb4bcf9568d18729e2b6b150 to your computer and use it in GitHub Desktop.
cVim
set autoupdategist
set autohidecursor
set noautofocus
set sortlinkhints
let scrollstep=100
let hintcharacters="asdfjkl;"
let barposition="bottom"
let blacklists = ["https://www.messenger.com/*", "https://www.youtube.com/*", "https://www.figma.com/*", "https://*.slack.com/*"]
unmap :
unmap ;
map ; openCommandBar
iunmap <C-h>
iunmap <C-l>
iunmap <C-f>
iunmap <C-b>
imap <C-h> backwardChar
imap <C-l> forwardChar
map <Leader>lq :tabnew https://keep.google.com<CR>
map <Leader>lw :tabnew https://calendar.google.com<CR>
map <Leader>le :tabnew https://trello.com<CR>
map <Leader>lr :tabnew https://habitica.com<CR>
map <Leader>la :tabnew https://www.messenger.com<CR>
map <Leader>ls :settings<CR>
map <Leader>ld :tabnew https://github.com/1995eaton/chromium-vim<CR>
map <Leader>lf :tabnew https://gist.github.com/BosEriko/fdfd3765bb4bcf9568d18729e2b6b150/edit<CR>
map <Leader>lz :tabnew https://www.facebook.com/saved<CR>
map <Leader>lx :tabnew https://passwords.google.com<CR>
map <Leader>lc :tabnew https://web.whatsapp.com<CR>
map <Leader>lv :tabnew https://www.youtube.com<CR>
map <Leader>j previousTab
map <Leader>k nextTab
let mapleader = ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment