tmux-pain-control icon indicating copy to clipboard operation
tmux-pain-control copied to clipboard

standard pane key-bindings for tmux

Results 9 tmux-pain-control issues
Sort by recently updated
recently updated
newest added

What is the meaning of this error?

I wanted to disable a single keybinding and there was no way to do so. So I implemented one. This PR adds a new config variable: ``` set-option -g @disabled_keys...

Tmux changed the behavior of `swap-window` to keep the focus instead of following the swapped window (s. [tmux issue 1879](https://github.com/tmux/tmux/issues/1879)). This commit adds the `-d` switch to `swap-window` bindings to...

I often prefer the new window to be created after the current one. I suggest to change the default "c" behaviour to reflect this action and to add "C" to...

On my tmux, prefix+- is set by default to delete last copied buffer (i.e. `delete-buffer`). My version of tmux is off git (pulled not so long ago) so I can't...

added "@new_window_path" to allow disabling using the panes current path as the new windows starting path

The documentation says: ``` prefix + | split current pane horizontally prefix + - split current pane vertically prefix + \ split current pane full width horizontally prefix + _...

Hey there, Is this compatible with tmux version `2.6`? It seems to work on `3.2a` on Utuntu 22.04. However, on an 18.04 server with tmux `2.6`, none of remapped keys...