diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5e1c6cb..130bc09 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,7 +8,6 @@ set -g @plugin 'tmux-plugins/tmux-pain-control' # -- general set -g xterm-keys on - # remap prefix to Control + a set -g prefix C-a unbind C-b @@ -18,18 +17,6 @@ bind C-a send-prefix set-option -g mouse on set-window-option -g xterm-keys on -# 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 -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D - #Powerline Settings run-shell "powerline-daemon -q" source "/usr/share/powerline/bindings/tmux/powerline.conf"