From ddfca00fd6cc760349b672e77dff6e6657b7e6b4 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 26 Dec 2016 10:48:02 +0100 Subject: [PATCH] Fixed post markup - Fixed broken table - Fixed end post links --- content/blog/2015-08-04-tmux-basics/contents.lr | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/blog/2015-08-04-tmux-basics/contents.lr b/content/blog/2015-08-04-tmux-basics/contents.lr index 9189922..66ca0f9 100644 --- a/content/blog/2015-08-04-tmux-basics/contents.lr +++ b/content/blog/2015-08-04-tmux-basics/contents.lr @@ -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) ---