Skip to content

Commit

Permalink
revert tmux changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luthes committed Sep 26, 2017
1 parent f94680d commit b7b24cb
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions tmux.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Status Bar
# Status Bar
#config reload
bind r source-file ~/.dotfiles/tmux.conf

Expand Down Expand Up @@ -63,16 +63,6 @@ set -g status-bg default
set -g status-fg colour12
set -g status-interval 2

# Some Pane Padding Stuff
setw -g window-style 'bg=#262626'
setw -g window-active-style 'bg=#121212'
set-option -g pane-active-border-style 'bg=#3a3a3a'
set-option -ag pane-active-border-style 'bg=#3a3a3a'
set-option -g pane-active-border-fg colour237
set-option -g pane-border-fg colour237
#setw -g pane-border-status bottom


# messaging
set -g message-fg black
set -g message-bg yellow
Expand Down Expand Up @@ -160,23 +150,3 @@ bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"

# Resize Panes with Alt + Shift + Arrows
bind-key -n M-S-Up resize-pane -U 3
bind-key -n M-S-Down resize-pane -D 3
bind-key -n M-S-Left resize-pane -L 5
bind-key -n M-S-Right resize-pane -R 5















0 comments on commit b7b24cb

Please sign in to comment.