From 408e572d43b363aadc9417ed40309391e893a2e7 Mon Sep 17 00:00:00 2001 From: steveokard Date: Thu, 8 Jul 2021 18:09:46 -0400 Subject: [PATCH] removed extra lines --- tmux/.tmux.conf | 13 ------------- 1 file changed, 13 deletions(-) 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"