Add tmux terminal setting
This commit is contained in:
parent
e715a5f783
commit
364f469dea
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
programs.ssh {
|
programs.ssh = {
|
||||||
startAgent = true;
|
startAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@ set-option -g prefix C-o
|
||||||
unbind-key C-b
|
unbind-key C-b
|
||||||
|
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -as terminal-features ",xterm-256color:RGB"
|
||||||
|
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
set -g history-file ~/.dotfiles/.tmux_history
|
set -g history-file ~/.dotfiles/.tmux_history
|
||||||
|
|
Loading…
Reference in New Issue