nested-tmux icon indicating copy to clipboard operation
nested-tmux copied to clipboard

A simple tmux configuration for nested tmux sessions

Results 9 nested-tmux issues
Sort by recently updated
recently updated
newest added

Hi, first of all, this is pretty sweet. One question I have is about nesting over ssh. In my client, I have tmux and I want to be able to...

This PR enables using nested-tmux without hardcoded paths, once the two patches in https://github.com/tmux/tmux/issues/2638 and https://github.com/tmux/tmux/issues/2637 land in upstream tmux. It also makes the state machine more complicated, by allowing...

Hello, That seems awesome. Have you considered making your conf as a tmux plugin, that would require only one line of code (for users) to maintain in their conf ?...

When starting a nested tmux, do not revert the tmux prefix in the parent tmux to the default (C-b) as it intercepts Ctrl-b from the nested tmux. Instead, bind the...

Readline provides a pretty powerful set of command-line searching and editing features that can greatly increase CLI efficiency. The readline library is also supported by many interactive prompts, including language...

Add [the boilerplate necessary to use this project as a TPM plugin](https://github.com/tmux-plugins/tpm/blob/master/docs/how_to_create_plugin.md#2-create-a-tmux-plugin-run-file). Works for me locally using `set -g @plugin 'file:///usr/local/src/nested-tmux'` and symlinking that into `~/.tmux/plugins/`. IOW, I haven't tested...

From https://github.com/aleclearmind/nested-tmux/issues/6

Hello, I'm trying nested-tmux here Everything seems to work, but when I exit one shell it looses focus to any pane and then all shortcuts stops working! Maybe it is...

Hi, I'm also trying tmux-ressurect and noticed nested panes don't get restored. Also, the `prefix C-s` conflict with tmux-ressurect save shortcut. Is there a quick fix for the first issue?