Skip to content

Commit

Permalink
Adjust tmux cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
N4M3Z committed Nov 30, 2017
1 parent d1541d9 commit 1e694a4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tmux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tmux cheatsheet
# tmux

start a new session:

Expand Down Expand Up @@ -53,6 +53,13 @@ In tmux, hit the prefix `ctrl+b` and then:
x kill pane
⍽ space - toggle between layouts

## Miscellaneous

d detach
t big clock
? list shortcuts
: prompt

## Window/pane surgery

:joinp -s :2<CR> move window 2 into a new pane in the current window
Expand All @@ -61,14 +68,8 @@ In tmux, hit the prefix `ctrl+b` and then:
* [Move window to pane](http://unix.stackexchange.com/questions/14300/tmux-move-window-to-pane)
* [How to reorder windows](http://superuser.com/questions/343572/tmux-how-do-i-reorder-my-windows)

## Misc

d detach
t big clock
? list shortcuts
: prompt

Resources:
## Resources:

* [cheat sheet](http://cheat.errtheblog.com/s/tmux/)

Expand Down

0 comments on commit 1e694a4

Please sign in to comment.