blob: 423cb110fb291fd2e04cf987175e548b3c626c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
MyRepos:
- mr update
VCSH:
- vcsh pull
buku:
- buku --ai
|