Update tmux/.tmux.conf
This commit is contained in:
parent
2b03bd1846
commit
1836fe2d42
@ -1,10 +1,12 @@
|
|||||||
set mouse on
|
|
||||||
|
|
||||||
# Set the prefix to Ctrl+a
|
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
|
|
||||||
# Remove the old prefix
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
|
# Automatically set window title
|
||||||
|
set-window-option -g automatic-rename on
|
||||||
|
set-option -g set-titles on
|
||||||
|
|
||||||
# Send Ctrl+a to applications by pressing it twice
|
# Send Ctrl+a to applications by pressing it twice
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
|
|
||||||
|
#I'm Lazy
|
||||||
|
set mouse
|
Loading…
Reference in New Issue
Block a user