Skip to content

Commit

Permalink
stowed tmux, and removed some unused cruft.. only vim left to fix B)
Browse files Browse the repository at this point in the history
  • Loading branch information
finbarrocallaghan committed Oct 21, 2015
1 parent e80e5ee commit 1d6459c
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions tmux.conf → tmux/.tmux.conf
Expand Up @@ -43,9 +43,8 @@ set -g status-interval 10

set -g status-fg white
set -g status-bg default
#set -g status-left "#[fg=colour12]#(whoami)@#H #[fg=colour11]#S#[default]"
set -g status-left "#[fg=colour10]#(whoami)@#H #[fg=colour11]#S #[default]"
set -g status-right "#[fg=white] %-d/%-m/%y #[fg=colour14]%H:%M:%S #[default]"
set -g status-left "#[fg=colour12]#(whoami)@#H #[fg=colour11]#S#[default]"
set -g status-right "#[fg=white] %Y/%-m/%-d #[fg=colour14]%H:%M:%S #[default]"

set -g status-left-length 100
set -g status-right-length 50
Expand All @@ -72,8 +71,6 @@ bind-key S split-window -c "#{pane_current_path}"
bind-key | split-window -h -c "#{pane_current_path}"
bind-key c new-window -c "#{pane_current_path}"



#set -g terminal-overrides 'xterm*:smcup@:rmcup:'

bind -r C-h select-pane -L
Expand Down Expand Up @@ -103,20 +100,12 @@ bind 'u' capture-pane \; save-buffer /tmp/tmux-buffer \; split-window -l 10 "cat
bind -r J swap-pane -D
bind -r K swap-pane -U


bind Escape copy-mode
bind -t vi-copy 'y' copy-selection


# pane zoom
bind '+' new-window -d -n tmux-zoom 'clear && echo TMUX ZOOM && read' \; swap-pane -s tmux-zoom.0 \; select-window -t tmux-zoom
bind '-' last-window \; swap-pane -s tmux-zoom.0 \; kill-window -t tmux-zoom


bind '/' command-prompt "split-window 'exec man %%'" #man
bind '~' split-window "exec zsh -c 'htop -u fifr'" #htop


bind-key 'Space' next-window

# meta left/right cycles windows
Expand All @@ -130,5 +119,4 @@ bind-key M-4 select-layout main-vertical
bind-key M-5 select-layout tiled
bind-key M-6 select-layout 3a34,279x79,0,0[279x59,0,0,279x19,0,60]


bind r source-file ~/.tmux.conf

0 comments on commit 1d6459c

Please sign in to comment.