Fixed post markup

- Fixed broken table
- Fixed end post links
This commit is contained in:
Felipe M 2016-12-26 10:48:02 +01:00
parent 1ebca0665a
commit ddfca00fd6

View file

@ -1,4 +1,3 @@
title: Tmux basics
---
body:
@ -43,7 +42,7 @@ Swap pane | `Meta`+`o`
Kill pane | `Meta`+`x`
Toggle focus on current pane | `Meta`+`z`
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`+`+`
Restore window to pane | `Meta`+`-`
Change pane layout | `Meta`+`spacebar`
@ -56,9 +55,9 @@ List windows | `Meta`+`w`
Rename window | `Meta`+`,`
Find window | `Meta`+`f`
**Homepage: **[tmux](https://tmux.github.io)
**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)
- **Homepage: **[tmux](https://tmux.github.io)
- **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)
---