removed extra lines

This commit is contained in:
Stefen Auris 2021-07-08 18:09:46 -04:00
parent 3349bd567a
commit 408e572d43

View file

@ -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"