Last active
February 26, 2019 20:54
-
-
Save Gavinok/2fa25f56faa81d63687a5f4530f6343c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cncpcompletion | |
set completeonopen | |
let barposition = "bottom" | |
let mapleader = " " | |
imap <C-o> editWithVim | |
map <C-f> scrollFullPageDown | |
map <C-b> scrollFullPageUp | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp | |
map <C-j> scrollDown | |
map <C-k> scrollUp | |
map <C-h> scrollLeft | |
map <C-l> scrollRight | |
map <C-o> :open @% | |
map T B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment