Skip to content

Instantly share code, notes, and snippets.

@akolosov
Created October 17, 2014 17:03
cVim options
let mapleader = ","
" Mappings
map <Leader>r reloadTabUncached
map <Leader>x :restore<Space>
map <C-b> scrollFullPageUp
map <C-f> scrollFullPageDown
map <C-d> scrollPageDown
map <C-u> scrollPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment