]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Added user motd file with infos for package managers (nvim, tmux)
authorHendrik Jäger <hendrik@securosys.ch>
Tue, 15 Aug 2017 07:52:59 +0000 (09:52 +0200)
committerHendrik Jäger <hendrik@securosys.ch>
Tue, 15 Aug 2017 07:52:59 +0000 (09:52 +0200)
.gitignore.d/zsh
.motd [new file with mode: 0644]

index 0f71359aed5767acd6fe3590b67b30a7e344d1e3..ed6bdb39a768cbbdb8b5c65c59dd346b88c11539 100644 (file)
@@ -6,3 +6,4 @@
 .zsh_history
 !/.gitignore.d
 !/.gitignore.d/zsh
+!/.motd
diff --git a/.motd b/.motd
new file mode 100644 (file)
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
+