Skip to content

Instantly share code, notes, and snippets.

@xieweiAlex
Created February 17, 2020 03:08
Show Gist options
  • Save xieweiAlex/50113d0b887eb1d0e0b4ef44b0b64a02 to your computer and use it in GitHub Desktop.
Save xieweiAlex/50113d0b887eb1d0e0b4ef44b0b64a02 to your computer and use it in GitHub Desktop.
My CVim config
set autoupdategist
set noautofocus
set nocncpcompletion
set smoothscroll
set hud
set noregex
set noinsertmappings
set typelinkhints
set defaultnewtabpage
let scrollduration = 5
let scrollstep = 140
let searchlimit = 40
let searchalias g = "google"
let mapleader = ","
let barposition = "bottom"
let typelinkhintsdelay = "0"
let hintcharacters = "fdsawerjkiop"
map : openCommandBar
" map l nextTab
" map h previousTab
map <C-l> nextTab
map <C-h> previousTab
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map D :duplicate&<CR>
map ad :duplicate&<CR>
map <C-n> nextTab
map <C-p> previousTab
vmap e w
" map S :open google<Space>
" map s :tabnew google<Space>
" map i goToInput
map <C-z> toggleCvim
" ? no idea what's is
imap <C-o> editWithVim
" nnoremap n nzz
" nnoremap N Nzz
let configpath = '~/.cvimrc'
set localconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment