diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2017-08-15 09:52:59 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2017-08-15 09:52:59 +0200 |
commit | 6047dfeef8c814f4dba3e4a4d4999373bb300e6c (patch) | |
tree | b7b0bb3a2d9e6ee7e7645e72be3940e397e9273a /.motd | |
parent | 147239d00c9b3ce1847942b7da2be2ca1c2a384f (diff) |
Added user motd file with infos for package managers (nvim, tmux)
Diffstat (limited to '.motd')
-rw-r--r-- | .motd | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 + |