From be514bfaeebc2b210f19bf969e4a16b5f79752c4 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 21 Aug 2023 11:46:03 +0200 Subject: up --- .config/tmux/tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 07b847a..797387b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,8 +1,18 @@ set-option -sa terminal-overrides ",xterm*:Tc" +set-option -g default-shell /bin/zsh + bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R +bind C-h select-pane -L +bind C-j select-pane -D +bind C-k select-pane -U +bind C-l select-pane -R +bind C-c new-window +bind C-n next-window +bind C-p previous-window + ## COLORSCHEME: gruvbox dark (medium) set-option -g status "on" -- cgit v1.2.3