Added more lines to backlog in .tmux.conf.
This commit is contained in:
parent
65250580e6
commit
593a74905b
1 changed files with 5 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
# Original Source:
|
# Original Source: https://github.com/jonasjacek/
|
||||||
# https://github.com/jonasjacek/colorcli
|
|
||||||
|
|
||||||
# Set prefix key
|
# Set prefix key
|
||||||
unbind-key C-b
|
unbind-key C-b
|
||||||
bind y send-prefix
|
bind y send-prefix
|
||||||
set -g prefix ^y
|
set -g prefix ^y
|
||||||
|
|
||||||
|
# CONFIGURATION
|
||||||
|
set-option -g history-limit 10000
|
||||||
|
|
||||||
# DESIGN: 256 COLOR SUPPORT
|
# DESIGN: 256 COLOR SUPPORT
|
||||||
setw -g default-terminal "screen-256color"
|
setw -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
|
@ -63,3 +65,4 @@ set -g status-right ''
|
||||||
|
|
||||||
setw -g window-status-bell-style fg=red,bold
|
setw -g window-status-bell-style fg=red,bold
|
||||||
set-window-option -g window-status-bell-style bg=colour160
|
set-window-option -g window-status-bell-style bg=colour160
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue