blob: 69a96a1b1ba361df9c70669f4a21026cd3f609e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
ZSH - antigen:
- antigen update
|