tmux-sensible
tmux-sensible copied to clipboard
basic tmux settings everyone can agree on
Hello, and thanks for this configuration plugin. For some weird reason, tmux-sensible is returning a non ok statuscode (1) when I source the plugins directory. This seems to be happening...
On session start tmux prints `0;10;1c`. See also here: . This seems to be related to escape-time. In `~/.tmux.conf` ``` set -sg escape-time 10 ``` fixes the issue for me.
Something like this: ```tmux set repeat-time 1000 bind -r C-n next-window bind -r C-p previous-window ``` Maybe even with the addition of: ```tmux bind -r n next-window bind -r p...
See: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/issues/66 Try, e.g., `bind-key -T copy-mode C-\ send-keys -X copy-pipe-and-cancel "pbcopy"`
Raise escape-timeout from 0 to 1 to avoid catching Bash color codes when loading several components in the .bashrc file on Windows Subsystem for Linux 2. 
I get the following error when trying to source sensible.tmux: ``` $ source .tmux/plugins/tmux-sensible/sensible.tmux server_option_value_not_changed:4: = not found ``` Other tmux-plugins work fine (tmux-pain-control, etc).
Resolves https://github.com/tmux-plugins/tpm/issues/189
These key descriptions can be shown using \-?. I tried to maintain consistency with the existing descriptions (e.g. for \-C-n/p) where possible.
I tried this plugin but it seems to break my prefix key which is \ (backslash). I have been using this prefix key for years. I find it ideal on...