git.fiddlerwoaroof.com
Browse code

feat(tmux): add tmux.conf

Edward Langley authored on 08/12/2020 01:57:47
Showing 1 changed files
1 1
similarity index 94%
2 2
rename from .tmux.conf
3 3
rename to tmux.conf
... ...
@@ -1,7 +1,3 @@
1
-new -s catchnet
2
-set -g default-terminal "screen-noit"
3
-setw -g mode-keys vi
4
-
5 1
 # smart pane switching with awareness of vim splits
6 2
 bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-h) || tmux select-pane -L"
7 3
 bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-j) || tmux select-pane -D"
... ...
@@ -32,5 +28,3 @@ set -g message-style fg=colour16,bg=colour221,bold
32 28
 set -g status-left '#[fg=colour235,bg=colour252,bold]  #S #[fg=colour252,bg=colour238,nobold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]'
33 29
 set -g window-status-format "#[fg=white,bg=colour234]#I #W"
34 30
 set -g window-status-current-format "#[fg=colour234,bg=colour39] #[fg=colour25,bg=colour39,noreverse,bold] #I  #W #[fg=colour39,bg=colour234,nobold]"
35
-
36
-set -sg escape-time 0