removed extra lines
This commit is contained in:
parent
3349bd567a
commit
408e572d43
1 changed files with 0 additions and 13 deletions
|
@ -8,7 +8,6 @@ set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||||
|
|
||||||
# -- general
|
# -- general
|
||||||
set -g xterm-keys on
|
set -g xterm-keys on
|
||||||
|
|
||||||
# remap prefix to Control + a
|
# remap prefix to Control + a
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
@ -18,18 +17,6 @@ bind C-a send-prefix
|
||||||
set-option -g mouse on
|
set-option -g mouse on
|
||||||
set-window-option -g xterm-keys 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
|
#Powerline Settings
|
||||||
run-shell "powerline-daemon -q"
|
run-shell "powerline-daemon -q"
|
||||||
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue