Make a first release of tmux.nvim by providing a basic support for all default key bindings
C-b Send the prefix key (C-b) through to the application.
C-o Rotate the panes in the current window forwards.
! Break the current pane out of the window.
" Split the current pane into two, top and bottom.
# List all paste buffers.
% Split the current pane into two, left and right.
& Kill the current window.
' Prompt for a window index to select.
, Rename the current window.
- Delete the most recently copied buffer of text.
. Prompt for an index to move the current window.
0 to 9 Select windows 0 to 9.
: Enter the tmux command prompt.
; Move to the previously active pane.
= Choose which buffer to paste interactively from a list.
? List all key bindings.
[ Enter copy mode to copy text or view the history.
] Paste the most recently copied buffer of text.
c Create a new window.
f Prompt to search for text in open windows.
i Display some information about the current window.
l Move to the previously selected window.
m Mark the current pane (see select-pane -m).
M Clear the marked pane.
n Change to the next window.
o Select the next pane in the current window.
p Change to the previous window.
q Briefly display pane indexes.
r Force redraw of the attached client.
t Show the time. Clock #3
w Choose the current window interactively.
x Kill the current pane.
z Toggle zoom state of the current pane.
{ Swap the current pane with the previous pane.
} Swap the current pane with the next pane.
~ Show previous messages from tmux, if any.
Page Up Enter copy mode and scroll one page up.
Up, Down, Left, Right Change to the pane above, below, to the left, or to the right of the current pane.
M-1 to M-5 Arrange panes in one of the five preset layouts: even-horizontal, even-vertical, main-horizontal, main-vertical, or tiled.
Space Arrange the current window in the next preset layout.
M-n Move to the next window with a bell or activity marker.
M-o Rotate the panes in the current window backwards.
M-p Move to the previous window with a bell or activity marker.
C-Up, C-Down, C-Left, C-Right Resize the current pane in steps of one cell.
M-Up, M-Down, M-Left, M-Right Resize the current pane in steps of five cells.
Repeatable key bindings will be addressed separately.
More key bindings are planned after client attach and detach is supported.
Make a first release of tmux.nvim by providing a basic support for all default key bindings
C-bSend the prefix key (C-b) through to the application.C-oRotate the panes in the current window forwards.!Break the current pane out of the window."Split the current pane into two, top and bottom.#List all paste buffers.%Split the current pane into two, left and right.&Kill the current window.'Prompt for a window index to select.,Rename the current window.-Delete the most recently copied buffer of text..Prompt for an index to move the current window.0to9Select windows 0 to 9.:Enter the tmux command prompt.;Move to the previously active pane.=Choose which buffer to paste interactively from a list.?List all key bindings.[Enter copy mode to copy text or view the history.]Paste the most recently copied buffer of text.cCreate a new window.fPrompt to search for text in open windows.iDisplay some information about the current window.lMove to the previously selected window.mMark the current pane (see select-pane -m).MClear the marked pane.nChange to the next window.oSelect the next pane in the current window.pChange to the previous window.qBriefly display pane indexes.rForce redraw of the attached client.tShow the time. Clock #3wChoose the current window interactively.xKill the current pane.zToggle zoom state of the current pane.{Swap the current pane with the previous pane.}Swap the current pane with the next pane.~Show previous messages from tmux, if any.Page UpEnter copy mode and scroll one page up.Up,Down,Left,RightChange to the pane above, below, to the left, or to the right of the current pane.M-1toM-5Arrange panes in one of the five preset layouts: even-horizontal, even-vertical, main-horizontal, main-vertical, or tiled.SpaceArrange the current window in the next preset layout.M-nMove to the next window with a bell or activity marker.M-oRotate the panes in the current window backwards.M-pMove to the previous window with a bell or activity marker.C-Up,C-Down,C-Left,C-RightResize the current pane in steps of one cell.M-Up,M-Down,M-Left,M-RightResize the current pane in steps of five cells.Repeatable key bindings will be addressed separately.
More key bindings are planned after client attach and detach is supported.