From 8e9bed50fc11a61eef31a1cf7cc196d2445d6f88 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Mon, 13 Jul 2020 18:27:03 +0200 Subject: [PATCH] add vim and zsh tips --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 790e009..e183064 100644 --- a/README.md +++ b/README.md @@ -702,6 +702,7 @@ curl --user username:password -X POST -F "jenkinsfile= News @@ -3432,6 +3433,7 @@ rpm --rebuilddb * [Philippe Teuwen](http://wiki.yobi.be/wiki/Modem_BBox-2) - wiki with useful detailed information about Belgacom BBox2 ## Vim +* [devhints](https://devhints.io/vimscript) - Vim scripting cheatsheet * [Sandra Henry-Stocker](http://www.computerworld.com/article/2968352/linux/tricks-to-play-with-vim.html) - Tricks to play with vim * [Vim Tips Wiki](http://vim.wikia.com/wiki/Search_and_replace) - Search and replace in VIM * [zzapper](http://rayninfo.co.uk/vimtips.html) - Best of Vim Tips / compiled from 16 Years of Vi + 10+ years of Vim @@ -6524,6 +6526,7 @@ type `curl ident.me` to know your public ip * [joshuathompson/baton](https://github.com/joshuathompson/baton) - CLI to manage Spotify playback | You are using Spotify and would love to use it via terminal / CLI tools ? try baton ;-) * [command-not-found.com](https://command-not-found.com/) - Install any command on any operating system. * [Jeffrey Paul](https://sneak.berlin/20191011/stupid-unix-tricks/) - (2019) Stupid Unix Tricks +* [unixorn/awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - A collection of ZSH frameworks, plugins, tutorials & themes ## Shell Aliases See also [Dotfiles / Aliases](#dotfiles--aliases)