dotwryn/config/dotwryn.env.vim

13 lines
340 B
VimL
Raw Normal View History

" -- RC Resources ----------------------------------------------- {{{
2021-02-25 00:38:02 +00:00
let $DOTWRYN=expand("$HOME/.wryn")
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
" }}}