Skip to content

Instantly share code, notes, and snippets.

@Msouza91
Created May 9, 2020 03:15
Show Gist options
  • Save Msouza91/c3cbd7bc78f12a7baa98a8416058006a to your computer and use it in GitHub Desktop.
Save Msouza91/c3cbd7bc78f12a7baa98a8416058006a to your computer and use it in GitHub Desktop.
Cvim Config
let barposition = "top"
" Scroll
set smoothscroll
let scrollstep = 70
let scrollduration = 45
let hintcharacters = "abcde123456grstqwxz"
set noautofocus
unset a
unset t
set O :tabnew<Space>
set J :nextTab
set K :previousTab
set d :closeTab
set u :lastClosedTab
let searchengine withbase sx = "http://searx.neocities.org/?q=%s&category_general=on#"
" Page scrolling
map <C-d> scrollPageDown
map <C-u> scrollPageUp
imap <C-d> <Esc>scrollPageDown
imap <C-u> <Esc>scrollPageUp
map gb :buffer<Space>
map x :restore<Space>
let mapleader = ","
map <Leader>r reloadTabUncached
map <leader>y :tabnew<Space>youtube<Space>
map <Leader>h :history<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment