dotwryn/config/dotwryn.env.vim

15 lines
366 B
VimL
Raw Normal View History

" -- RC Resources ----------------------------------------------- {{{
2022-08-19 02:49:46 +00:00
if empty($DOTWRYN)
let $DOTWRYN=expand("$HOME/.wryn")
endif
2021-02-25 00:38:02 +00:00
let $WRYNVIMPATH=expand("$DOTWRYN/vim")
let $WRYNVIMRC=expand("$WRYNVIMPATH/rc.vim")
" }}}
2020-01-08 19:40:53 +00:00
2021-02-25 00:38:02 +00:00
" -- Leader bindings -------------------------------------------- {{{
let mapleader = "\\"
2021-08-23 22:33:24 +00:00
nmap <BS> <Nop>
let maplocalleader = "\<BS>"
2021-02-25 00:38:02 +00:00
" }}}