zsh: add table headers
This commit is contained in:
parent
cd9e827041
commit
e548524ad1
5
zsh.md
5
zsh.md
|
@ -14,11 +14,12 @@ layout: 2017/sheet
|
||||||
| `!^` | | Last command's first parameter
|
| `!^` | | Last command's first parameter
|
||||||
| `!$` | | Last command's last parameter
|
| `!$` | | Last command's last parameter
|
||||||
| --- | --- | ---
|
| --- | --- | ---
|
||||||
| `!?ls<tab>` | `sudo !?mv<tab>` | Command and params of last `ls` command
|
| `!?ls` `<tab>` | `sudo !?mv` `<tab>` | Command and params of last `ls` command
|
||||||
| `!?ls?:*<tab>` | | Params of last `ls` command
|
| `!?ls?:*` `<tab>` | | Params of last `ls` command
|
||||||
| --- | --- | ---
|
| --- | --- | ---
|
||||||
| `*(m0)` | `rm *(m0)` | Last modified today
|
| `*(m0)` | `rm *(m0)` | Last modified today
|
||||||
| `*(m-4)` | | Last modified <4 days ago
|
| `*(m-4)` | | Last modified <4 days ago
|
||||||
|
{: .-headers}
|
||||||
|
|
||||||
### Change default shell
|
### Change default shell
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue