Use default keybinds

This commit is contained in:
Sonny Bakker 2025-01-19 21:37:45 +01:00
parent 26ee7aeb0e
commit 2a9e245e2b

View file

@ -7,19 +7,12 @@ set -g default-shell /bin/bash
# see https://github.com/neovim/neovim/issues/2035
set -sg escape-time 10 # in milliseconds
# split panes using | and -
bind | split-window -h
bind - split-window -v
# vim style pane switching
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
unbind '"'
unbind %
# status bar design
set -g status-position top
set -g status-left-length 60