-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf
49 lines (41 loc) · 1.37 KB
/
.tmux.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
set -g default-terminal "screen-256color"
#bind-key -n F1 previous-window
#bind-key -n F2 next-window
#bind-key -n F3 new-window
#bind-key -n F4 kill-pane
#bind-key -n F5 set sync on
#bind-key -n F6 set sync off
#bind-key -n F7 resize-pane -Z
#bind-key -n F8 split-window -h
#bind-key -n F9 split-window -v
#bind-key -n F2 next-pane
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
set -g mouse on
set -g history-limit 5000
#bind | split-window -h
#bind - split-window -v
# to reload configurations without the need of restart tmux on tmux command line execute :source-file ~/.tmux.conf
###########################
## Colors
############################
# color status bar
#set -g status-bg colour235
#set -g status-fg white
# highlight current window
#set-window-option -g window-status-current-fg black
#set-window-option -g window-status-current-bg green
# set color of active pane
#set -g pane-border-fg colour235
#set -g pane-border-bg black
#set -g pane-active-border-fg green
#set -g pane-active-border-bg black
# List of plugins
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'erikw/tmux-powerline'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
# To install the plugins prefix+I
# if the tmux is already running :source ~/.tmux.conf