Mercurial > dotfiles
comparison dot_tmux.conf @ 844:9e2c5662c2cb
feat: enable OSC 133 in tmux and zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 14 Feb 2024 18:04:24 +0100 |
parents | 0c2dcf35d759 |
children | 7218c2192214 |
comparison
equal
deleted
inserted
replaced
843:8430f87e87c8 | 844:9e2c5662c2cb |
---|---|
76 bind-key -T copy-mode-vi 'C-j' select-pane -D | 76 bind-key -T copy-mode-vi 'C-j' select-pane -D |
77 bind-key -T copy-mode-vi 'C-k' select-pane -U | 77 bind-key -T copy-mode-vi 'C-k' select-pane -U |
78 bind-key -T copy-mode-vi 'C-l' select-pane -R | 78 bind-key -T copy-mode-vi 'C-l' select-pane -R |
79 bind-key -T copy-mode-vi 'C-\' select-pane -l | 79 bind-key -T copy-mode-vi 'C-\' select-pane -l |
80 | 80 |
81 bind-key -T copy-mode-vi ] send-keys -X next-prompt | |
82 bind-key -T copy-mode-vi [ send-keys -X previous-prompt | |
83 | |
81 unbind C-b | 84 unbind C-b |
82 set -g prefix C-Space | 85 set -g prefix C-Space |
83 bind Space send-prefix | 86 bind Space send-prefix |
84 set -g escape-time 20 | 87 set -g escape-time 20 |
85 | 88 |