From: Hendrik Jäger Date: Tue, 15 Aug 2017 07:52:59 +0000 (+0200) Subject: Added user motd file with infos for package managers (nvim, tmux) X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=6047dfeef8c814f4dba3e4a4d4999373bb300e6c;p=user%2Fhenk%2Fvcsh%2Fzsh.git Added user motd file with infos for package managers (nvim, tmux) --- diff --git a/.gitignore.d/zsh b/.gitignore.d/zsh index 0f71359..ed6bdb3 100644 --- a/.gitignore.d/zsh +++ b/.gitignore.d/zsh @@ -6,3 +6,4 @@ .zsh_history !/.gitignore.d !/.gitignore.d/zsh +!/.motd diff --git a/.motd b/.motd new file mode 100644 index 0000000..ff0120c --- /dev/null +++ b/.motd @@ -0,0 +1,14 @@ + +TMUX - TPM: +- prefix,I: Installs new plugins +- prefix,U: updates plugins +- prefix,alt+u: remove/uninstall plugins not on the plugin list + +NeoVIM - plug: +- :PlugInstall [name ...] [#threads]: Install plugins +- :PlugUpdate [name ...] [#threads]: Install or update plugins +- :PlugClean[!]: Remove unused directories (bang version will clean without prompt) +- :PlugUpgrade: Upgrade vim-plug itself +- :PlugStatus: Check the status of plugins +- :PlugDiff: Examine changes from the previous update and the pending changes +