1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add Break Current Pane Out To Separate Window as a tmux til

This commit is contained in:
jbranchaud
2017-10-09 08:40:25 -05:00
parent 0bf336470b
commit beb1e188cb
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Break Current Pane Out To Separate Window
You have a split pane open in your current window. Perhaps it is running a
local server or has a connection to a database. The pane is taking up too
much space in the current window, but it is important so you don't want to
just kill it. If that is the case, break it out into a separate window.
With that pane in focus, enter into command mode (<prefix>:) and then issue
the `break-pane` command.
Alternatively, you can trigger this with a keybinding: `<prefix>!`.
See `man tmux` for more details.