Compare commits
3 Commits
02d5338422
...
042835dfb6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
042835dfb6 | ||
![]() |
5cc306e635 | ||
![]() |
cec4d4a758 |
@@ -1,10 +1,6 @@
|
||||
# 256 color
|
||||
{{- if eq .hosttype "desktop" "laptop" }}
|
||||
set -g default-terminal "alacritty"
|
||||
{{- else }}
|
||||
set -g default-terminal "tmux-256color"
|
||||
{{- end }}
|
||||
#set -ga terminal-overrides ',xterm-256color:RGB'
|
||||
set-option -a terminal-features 'xterm-256color:RGB'
|
||||
|
||||
# increase limit of "scrollback buffer"
|
||||
set -g history-limit 1000000
|
||||
|
@@ -1,4 +1,5 @@
|
||||
set selection-clipboard clipboard
|
||||
set page-padding 1
|
||||
map j navigate next
|
||||
map k navigate previous
|
||||
map <S-j> scroll down
|
||||
|
Reference in New Issue
Block a user