@@ -9,15 +9,12 @@ set-option -g default-shell /bin/zsh
9
9
10
10
set-option -g default-command " reattach-to-user-namespace -l zsh"
11
11
12
- set-window-option -g utf8 on
12
+
13
+
13
14
set-window-option -g xterm-keys on
14
15
set-window-option -g mode-keys vi
15
16
set-window-option -g automatic-rename on
16
- set -g mode-mouse on
17
- set -g mouse-resize-pane on
18
- set -g mouse-select-pane on
19
- set -g mouse-select-window on
20
-
17
+ set-option -g mouse on
21
18
set-option -g history-limit 10000
22
19
set-option -g base-index 1
23
20
set-option -g pane-base-index 1
@@ -29,7 +26,7 @@ set-option -s escape-time 0
29
26
set-option -g default-terminal " xterm-256color"
30
27
31
28
# pane-active-border
32
- set-window-option -g window-status-current-format " #[fg=colour236, bg=colour124]⮀ #[fg=colour255, bg=colour124 ] #I ⮁ #W #[fg=colour124, bg=colour236]⮀ "
29
+ set-window-option -g window-status-current-format " #[fg=colour236, bg=colour136] #[fg=colour255, bg=colour168 ] #I #W #[fg=colour124, bg=colour136] "
33
30
set-option -g status on
34
31
set-option -g status-interval 2
35
32
set-option -g status-utf8 on
@@ -38,16 +35,13 @@ set -g status-bg colour236
38
35
set -g status-fg colour255
39
36
set-option -g status-left-length 100
40
37
set-option -g status-right-length 120
41
- set-option -g status-left " #[fg=colour31]#(pwd-name) #[bg=colour31]#[fg=0]# UGA %% #[bg=colour236]#[fg=colour31]⮀"
42
- # set-option -g status-left "#(~/.tmux/tmux-powerline/powerline.sh left)#[bg=colour0]#[fg=colour255] #[fg=colour198]#(pwd-name) #[bg=colour22]#[fg=white] M #(~/.tmux/bin/used-mem) %% #[bg=colour0]#[fg=colour22]⮀"
38
+ set-option -g status-left " ##[bg=colour191]#[fg=0]# UGA %% #[bg=colour236]#[fg=colour168]"
43
39
44
- set-option -g status-right " #(~/.tmux/tmux-powerline/powerline.sh right)"
40
+ # set-option -g status-right "#(~/.tmux/tmux-powerline/powerline.sh right)"
45
41
46
42
# KeyBindings
47
43
bind r source-file ~ /.tmux.conf\; display-message " Reload Config!!"
48
44
49
- # split windows like vim
50
- # vim's definition of a horizontal/vertical split is reversed from tmux's
51
45
bind s split-window -v
52
46
bind v split-window -h
53
47
@@ -91,5 +85,4 @@ bind K confirm-before kill-pane
91
85
# 各種ペインの移動
92
86
bind < resize-pane -L 1
93
87
bind > resize-pane -R 1
94
- bind - resize-pane -D 1
95
- bind + resize-pane -U 1
88
+
0 commit comments