diff options
author | Joe <rrbo@proton.me> | 2023-08-21 11:46:03 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-08-21 11:46:03 +0200 |
commit | be514bfaeebc2b210f19bf969e4a16b5f79752c4 (patch) | |
tree | 9d6dec6d5660df60e9365327d9ac46b689ab5148 /.config/tmux | |
parent | u (diff) | |
download | dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.gz dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.bz2 dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.xz dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.zst dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/tmux/tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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" |