removed rebinding of keys

master
Michael Ochmann 3 years ago
parent 9217b2351b
commit 61b3b237ca
  1. 11
      .tmux.conf

@ -1,14 +1,3 @@
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R

Loading…
Cancel
Save