-
Notifications
You must be signed in to change notification settings - Fork 0
/
aziz.conf
89 lines (77 loc) · 2.59 KB
/
aziz.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
## keybindings
unbind C-b
unbind C-a
unbind %
unbind ,
unbind .
unbind n
unbind p
unbind [
unbind '"'
unbind l
unbind &
unbind "'"
set-option -g prefix C-a # C-a for perfix just like screen
bind-key C-a last-window
bind-key | split-window -h
bind-key \ split-window -h
bind-key - split-window -v
bind-key x kill-pane
bind-key X kill-window
bind-key q confirm-before kill-session
bind-key Q confirm-before kill-server
bind-key , previous-window # <
bind-key . next-window # >
bind-key < swap-window -t :-
bind-key > swap-window -t :+
bind-key n command-prompt 'rename-window %%'
bind-key N command-prompt 'rename-session %%'
#bind-key Escape copy-mode
#bind-key Up copy-mode
bind-key [ copy-mode
bind-key R refresh-client
bind-key a send-key C-a
bind-key C-j resize-pane -L 5
bind-key C-l resize-pane -R 5
bind-key C-k resize-pane -D 5
bind-key C-i resize-pane -U 5
## set status bar
set-option -g status-utf8 on
#set-option -g status-bg colour11
#set-option -g status-fg colour8
#set-option -g status-left '⣿'
#set-option -g status-right 'â¡ #[bold]â #S:#I#[default] â¡ #[bold]#(whoami) â #H#[default] '
#set-option -g status-right 'â¡ â #S â¡ â #(rvm tools identifier) â¡ #(whoami) â #H '
#set-option -g status-left ' #[bold]â #S#[default] â¡'
#set-option -g status-right '#[bold]#(whoami) â #H#[default] '
set-option -g status-right-length 60
set-option -g status-left-length 60
## highlight active window
#set-window-option -g window-status-current-bg cyan
#set-window-option -g window-status-current-fg colour15
set-window-option -g window-status-current-attr bold
set-window-option -g window-status-current-format ' #I #W '
## set window notifications
set-option -g visual-activity on
set-option -g visual-content on
set-window-option -g monitor-activity on
set-window-option -g automatic-rename off
## tmux window titling for X
set-option -g set-titles on
set-option -g set-titles-string '[#I] #W'
set-window-option -g automatic-rename on
set-window-option -g window-status-format ' #I #W '
set-window-option -g window-status-attr bold
# starts windows at 1 not 0
#set-option -g base-index 1
## enable mouse
#set-option -g mouse-select-pane on
set-window-option -g mode-keys vi
#set-window-option -g mode-mouse on
# set-window-option -g monitor-activity off
# set-window-option -g monitor-content off
# set-option -g status-keys vi
# set-option -g history-limit 4096
## pane border and colors
set-option -g pane-active-border-fg blue
set-option -g pane-border-fg white