From 2881fe1923018df85af34671aa2c194b3902e5aa Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 15 Aug 2021 03:31:40 +0000 Subject: [PATCH] docs: fix copy pasta of vim-shell in vim-leader --- vim-leader/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1