|
@@ -39,7 +39,7 @@ bind-key -t vi-copy 'v' begin-selection
|
|
|
bind-key -t vi-copy 'y' copy-selection
|
|
bind-key -t vi-copy 'y' copy-selection
|
|
|
|
|
|
|
|
# prefix+R to reload the config file
|
|
# prefix+R to reload the config file
|
|
|
-bind-key C-r source-file ~/.tmux.conf; display-message "tmux.conf reloaded"
|
|
|
|
|
|
|
+bind-key C-r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded";
|
|
|
|
|
|
|
|
# detach client like screen, C-a C-d
|
|
# detach client like screen, C-a C-d
|
|
|
bind-key C-d detach-client
|
|
bind-key C-d detach-client
|
|
@@ -97,21 +97,20 @@ bind-key X kill-session
|
|
|
source ~/dotfiles/tmux/tmux-colors-solarized/tmuxcolors-256.conf
|
|
source ~/dotfiles/tmux/tmux-colors-solarized/tmuxcolors-256.conf
|
|
|
|
|
|
|
|
# Use powerline plugin
|
|
# Use powerline plugin
|
|
|
-#
|
|
|
|
|
-# suggested method by plugin:
|
|
|
|
|
-#source ~/dotfiles/powerline/powerline/bindings/tmux/powerline.conf
|
|
|
|
|
-#
|
|
|
|
|
-# but we'd rather roll our own not-so-blue-and-annoying color scheme
|
|
|
|
|
-set -g status on
|
|
|
|
|
-#set -g status-position top
|
|
|
|
|
-set -g status-utf8 on
|
|
|
|
|
-set -g status-interval 2
|
|
|
|
|
-set -g status-justify "centre"
|
|
|
|
|
-set -g status-fg colour231
|
|
|
|
|
-set -g status-bg colour234
|
|
|
|
|
-set -g status-left-length 20
|
|
|
|
|
-set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold]#(powerline tmux left)'
|
|
|
|
|
-set -g status-right '#(powerline tmux right)'
|
|
|
|
|
-set -g status-right-length 150
|
|
|
|
|
-set -g window-status-format " #[fg=colour244,bg=colour234]#I#F#[fg=colour249]#W "
|
|
|
|
|
-set -g window-status-current-format "#[fg=red,bg=colour234]#[fg=colour231,bg=red]#I #[fg=colour231,bold]#W#[fg=red,bg=colour234,nobold]"
|
|
|
|
|
|
|
+source ~/dotfiles/powerline/powerline/bindings/tmux/powerline.conf
|
|
|
|
|
+
|
|
|
|
|
+# we'd rather roll our own not-so-blue-and-annoying color scheme
|
|
|
|
|
+# TODO work this into a powerline config in ~/.config/powerline
|
|
|
|
|
+#set -g status on
|
|
|
|
|
+##set -g status-position top
|
|
|
|
|
+#set -g status-utf8 on
|
|
|
|
|
+#set -g status-interval 2
|
|
|
|
|
+#set -g status-justify "centre"
|
|
|
|
|
+#set -g status-fg colour231
|
|
|
|
|
+#set -g status-bg colour234
|
|
|
|
|
+#set -g status-left-length 20
|
|
|
|
|
+#set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold]#(powerline tmux left)'
|
|
|
|
|
+#set -g status-right '#(powerline tmux right)'
|
|
|
|
|
+#set -g status-right-length 150
|
|
|
|
|
+#set -g window-status-format " #[fg=colour244,bg=colour234]#I#F#[fg=colour249]#W "
|
|
|
|
|
+#set -g window-status-current-format "#[fg=red,bg=colour234]#[fg=colour231,bg=red]#I #[fg=colour231,bold]#W#[fg=red,bg=colour234,nobold]"
|