Fixed post markup
- Fixed broken table - Fixed end post links
This commit is contained in:
parent
1ebca0665a
commit
ddfca00fd6
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
title: Tmux basics
|
title: Tmux basics
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
@ -43,7 +42,7 @@ Swap pane | `Meta`+`o`
|
||||||
Kill pane | `Meta`+`x`
|
Kill pane | `Meta`+`x`
|
||||||
Toggle focus on current pane | `Meta`+`z`
|
Toggle focus on current pane | `Meta`+`z`
|
||||||
Show pane numbers | `Meta`+`q`
|
Show pane numbers | `Meta`+`q`
|
||||||
Press a the number of the pane you want to focus when shown.
|
Press a the number of the pane you want to focus when shown. |
|
||||||
Break pane into window | `Meta`+`+`
|
Break pane into window | `Meta`+`+`
|
||||||
Restore window to pane | `Meta`+`-`
|
Restore window to pane | `Meta`+`-`
|
||||||
Change pane layout | `Meta`+`spacebar`
|
Change pane layout | `Meta`+`spacebar`
|
||||||
|
@ -56,9 +55,9 @@ List windows | `Meta`+`w`
|
||||||
Rename window | `Meta`+`,`
|
Rename window | `Meta`+`,`
|
||||||
Find window | `Meta`+`f`
|
Find window | `Meta`+`f`
|
||||||
|
|
||||||
**Homepage: **[tmux](https://tmux.github.io)
|
- **Homepage: **[tmux](https://tmux.github.io)
|
||||||
**My tmux.conf:** [Github](https://github.com/fmartingr/dotfiles/blob/master/home/.tmux.conf)
|
- **My tmux.conf:** [Github](https://github.com/fmartingr/dotfiles/blob/master/home/.tmux.conf)
|
||||||
**Cheatsheet by [MohamedAlaa](https://github.com/MohamedAlaa)**: [Tmux cheatsheet gist](https://gist.github.com/MohamedAlaa/2961058)
|
- **Cheatsheet by [MohamedAlaa](https://github.com/MohamedAlaa)**: [Tmux cheatsheet gist](https://gist.github.com/MohamedAlaa/2961058)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue