Modifications in tmux.conf.
This commit is contained in:
parent
db053d8e77
commit
7ada1d71e5
12
.tmux.conf
12
.tmux.conf
@ -1,3 +1,6 @@
|
|||||||
|
# Start a session if none exists
|
||||||
|
new-session
|
||||||
|
|
||||||
# remap prefix from 'C-b' to 'C-a'
|
# remap prefix from 'C-b' to 'C-a'
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-a
|
set-option -g prefix C-a
|
||||||
@ -23,15 +26,14 @@ bind -n M-Down select-pane -D
|
|||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
|
|
||||||
# Enable mouse mode (tmux 2.1 and above)
|
# Enable mouse mode
|
||||||
set -g mouse on
|
set-window-option -g mode-mouse on
|
||||||
|
|
||||||
# don't rename windows automatically
|
# don't rename windows automatically
|
||||||
set-option -g allow-rename off
|
set-option -g allow-rename off
|
||||||
|
|
||||||
# Plugins
|
# Set history to 30000 lines
|
||||||
|
set -g history-limit 30000
|
||||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
### DESIGN CHANGES ###
|
### DESIGN CHANGES ###
|
||||||
|
Loading…
Reference in New Issue
Block a user