Created
June 8, 2016 13:00
-
-
Save dsibiski/7a7a2d54c25b82f3453a2045513fab8d to your computer and use it in GitHub Desktop.
cVim Config
This file contains 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
" Settings | |
let barposition = "bottom" | |
let smoothscroll = "true" | |
let mapleader = " " | |
let defaultnewtabpage = "true" | |
" Mappings | |
map <Leader>r reloadTabUncached | |
map <Leader>tb :tabnew<Cr> | |
map <Leader>x :quit<Cr> | |
map <M-d> d | |
map <M-u> u | |
map F createActiveTabbedHint | |
map H J | |
map L K | |
" Blacklists | |
let blacklists = ["https://rnplay.org/*"] | |
" let configpath = '/path/to/your/.cvimrc' | |
" set localconfig " Update settings via a local file (and the `:source` command) rather | |
" than the default options page in chrome | |
" As long as localconfig is set in the .cvimrc file. cVim will continue to read | |
" settings from there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment