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