diff options
| author | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:22:37 +0500 |
|---|---|---|
| committer | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:22:37 +0500 |
| commit | ea0c73a9bad27262518d08139f312fc750c7167a (patch) | |
| tree | 488f35259152d3874efb266523f4941831134dd7 /.config/.tmux.conf | |
| parent | 2789e7aef1a2b44188b35d90c9ea87d594877d77 (diff) | |
using xterm with Xresources now, also trying to immplement mklinks
Diffstat (limited to '.config/.tmux.conf')
| -rw-r--r-- | .config/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/.tmux.conf b/.config/.tmux.conf index 12fb1b5..3c53d59 100644 --- a/.config/.tmux.conf +++ b/.config/.tmux.conf @@ -1,3 +1,3 @@ -set-option -g prefix M-a +set-option -g prefix C-t unbind-key C-b -bind-key M-a send-prefix +bind-key C-t send-prefix |
