Ver Fonte

Fri May 13 22:46:44 BST 2022

Gabriel Capella há 2 anos atrás
pai
commit
4d5b1fed52
3 ficheiros alterados com 45 adições e 2 exclusões
  1. 0 1
      dots/.tes_rc
  2. 44 0
      dots/.tmux.conf
  3. 1 1
      to_sync

+ 0 - 1
dots/.tes_rc

@@ -1 +0,0 @@
-1

+ 44 - 0
dots/.tmux.conf

@@ -0,0 +1,44 @@
+#### COLOUR (Solarized 256)
+
+# default statusbar colors
+set-option -g status-bg colour235 #base02
+set-option -g status-fg colour136 #yellow
+set-option -g status-attr default
+
+# default window title colors
+set-window-option -g window-status-fg colour244 #base0
+set-window-option -g window-status-bg default
+#set-window-option -g window-status-attr dim
+
+# active window title colors
+set-window-option -g window-status-current-fg colour166 #orange
+set-window-option -g window-status-current-bg default
+#set-window-option -g window-status-current-attr bright
+
+# pane border
+set-option -g pane-border-fg colour235 #base02
+set-option -g pane-active-border-fg colour240 #base01
+
+# message text
+set-option -g message-bg colour235 #base02
+set-option -g message-fg colour166 #orange
+
+# pane number display
+set-option -g display-panes-active-colour colour33 #blue
+set-option -g display-panes-colour colour166 #orange
+
+# clock
+set-window-option -g clock-mode-colour colour64 #green
+
+# bell
+set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
+
+bind '"' split-window -c "#{pane_current_path}"
+bind % split-window -h -c "#{pane_current_path}"
+bind c new-window -c "#{pane_current_path}"
+
+set -g mouse on
+
+bind-key -T copy-mode-vi Enter send-keys -X copy-selection-and-cancelbind-key -T copy-mode-vi C-j send-keys -X copy-selection-and-cancelbind-key -T copy-mode-vi D send-keys -X copy-end-of-linebind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-and-cancelbind-key -T copy-mode-vi A send-keys -X append-selection-and-cancel
+bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "pbcopy"
+

+ 1 - 1
to_sync

@@ -1,3 +1,3 @@
 .config/fish
-.tes_rc
 .vimrc
+.tmux.conf