docs: fix copy pasta of vim-shell in vim-leader

This commit is contained in:
AJ ONeal
2021-08-15 03:50:50 +00:00
parent bbcabdec03
commit 2881fe1923
+1 -1
View File
@@ -15,7 +15,7 @@ function __init_vim_leader() {
if ! grep '^let mapleader =' -r ~/.vimrc > /dev/null 2> /dev/null; then
rm -rf ~/.vimrc.new.1
printf '" Set Leader to Space (with \\ and , as aliases) by webinstall.dev/vim-shell\n' >> ~/.vimrc.new.1
printf '" Set Leader to Space (with \\ and , as aliases) by webinstall.dev/vim-leader\n' >> ~/.vimrc.new.1
printf 'let mapleader = " "\n' >> ~/.vimrc.new.1
printf 'nmap <bslash> <space>\n' >> ~/.vimrc.new.1
printf 'nmap , <space>\n' >> ~/.vimrc.new.1