diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-08 20:32:26 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-08 20:32:26 +0100 |
| commit | 9f1a0d4102503aa3620ed831956dc469872ff87b (patch) | |
| tree | 57cb80185f7d7ab66cf223a62d44c6104f14443d /.config/tmux/tmux.conf | |
| parent | a32435cfed405c16182bd3efd10e2a4156578868 (diff) | |
changed monitor ports
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ca39f72..48f13e5 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,12 +37,18 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix +unbind C-l + bind C-s split-window -h -c "#{pane_current_path}" bind C-v split-window -v -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window bind C-n next-window +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R bind -n M-n swap-window -t +1\; select-window -t +1 bind -n M-p swap-window -t -1\; select-window -t -1 bind -n M-h resize-pane -L 5 |
