From: AJ ONeal Date: Sun, 15 Aug 2021 03:31:40 +0000 (+0000) Subject: docs: fix copy pasta of vim-shell in vim-leader X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=2881fe1923018df85af34671aa2c194b3902e5aa docs: fix copy pasta of vim-shell in vim-leader --- diff --git a/vim-leader/install.sh b/vim-leader/install.sh index c01e3e3..3d139e6 100644 --- a/vim-leader/install.sh +++ b/vim-leader/install.sh @@ -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 \n' >> ~/.vimrc.new.1 printf 'nmap , \n' >> ~/.vimrc.new.1