Skip to content

Instantly share code, notes, and snippets.

@akahanaton
akahanaton / cVimrc
Last active January 15, 2019 07:59
let mapleader = ","
" Mappings
let @@google_prog = 'https://www.google.com.sg'
map <Leader>r reloadTabUncached
map <Leader>h goBack
map <Leader>l goForward
map <Leader>j previousTab
map <Leader>k nextTab
"set showtabindices
@akahanaton
akahanaton / svimrc
Last active April 15, 2017 01:40
svimrc
set smoothscroll
" only support single char mapping
unmap "w"
map "w" nextTab
map "q" previousTab