From 5ac8ad718b81b29b18755dd49c5ce4d0a906c81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 23:24:04 -0400 Subject: [PATCH 1/5] Bump rake in /sources_non_forked/vim-multiple-cursors (#586) Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.4.2...v12.3.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sources_non_forked/vim-multiple-cursors/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources_non_forked/vim-multiple-cursors/Gemfile.lock b/sources_non_forked/vim-multiple-cursors/Gemfile.lock index e833b243..5e909c4a 100644 --- a/sources_non_forked/vim-multiple-cursors/Gemfile.lock +++ b/sources_non_forked/vim-multiple-cursors/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.2.5) - rake (10.4.2) + rake (12.3.3) rspec (3.4.0) rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) From 04988ed839875643a007d0a47a0893833988de4a Mon Sep 17 00:00:00 2001 From: Quentin Meeus Date: Sat, 11 Jul 2020 05:26:23 +0200 Subject: [PATCH 2/5] fix typo when installing for specific users (#578) line 34 had `~/$user` which evaluates to `/home/user1/user1`. Now changed into `~$user` as above --- install_awesome_parameterized.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_awesome_parameterized.sh b/install_awesome_parameterized.sh index 1e0bde1d..ee4be411 100755 --- a/install_awesome_parameterized.sh +++ b/install_awesome_parameterized.sh @@ -31,7 +31,7 @@ else SELECTED_USERS=${@:2} echo "Selected users: $SELECTED_USERS" for user in $SELECTED_USERS; do - homepath=$(eval echo "~/$user") + homepath=$(eval echo "~$user") IFS='' echo $VIMRC > ${homepath}/.vimrc unset IFS From e351960bbbb56054d87cf16131f62ebb2a37d543 Mon Sep 17 00:00:00 2001 From: UtkarshChemE Date: Fri, 10 Jul 2020 20:28:47 -0700 Subject: [PATCH 3/5] Replaced a Visual remap to a more useful one (#581) --- vimrcs/extended.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/extended.vim b/vimrcs/extended.vim index 5df62308..459b085a 100644 --- a/vimrcs/extended.vim +++ b/vimrcs/extended.vim @@ -85,7 +85,7 @@ vnoremap $2 `>a]` vnoremap $3 `>a}` vnoremap $$ `>a"` vnoremap $q `>a'` -vnoremap $e `>a"` +vnoremap $e `>a`` " Map auto complete of (, ", ', [ inoremap $1 ()i From ffcb49efb69420542d349bf4ef0e79600c08eaf5 Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Fri, 10 Jul 2020 23:29:44 -0400 Subject: [PATCH 4/5] Update README.md $e in the visual mode now wraps in ` instead of " (as $$ wraps with ") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc4bf47..bf5812c7 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Surround the visual selection in parenthesis/brackets/etc.: vnoremap $3 `>a}` vnoremap $$ `>a"` vnoremap $q `>a'` - vnoremap $e `>a"` + vnoremap $e `>a`` ### Insert mode mappings From 92dab794c6f7b28ead528ec01cfe57cc35ed5a79 Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Fri, 10 Jul 2020 23:39:05 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf5812c7..95a7a35d 100644 --- a/README.md +++ b/README.md @@ -370,8 +370,8 @@ Just do following: * Remove any lines that reference `.vim_runtime` in your `~/.vimrc` -## Doist +## Looking for a remote-first job? -Maintaining this Vim configuration isn't my day job. Daily I am the founder of [Doist](https://doist.com/). You could come and help us build the workplace of the future while living a balanced life (anywhere in the world 🌍🌎🌏). +Maintaining this Vim configuration isn't my day job. Daily I am the founder/CEO of [Doist](https://doist.com/). You could come and help us build the workplace of the future while living a balanced life (anywhere in the world 🌍🌎🌏). PS: Using Vim isn't a requirement 😄