Compare commits

...

3 Commits

Author SHA1 Message Date
inkch
042835dfb6 feat(zathura): add 1px gap between pages 2025-07-16 10:37:04 +09:00
inkch
5cc306e635 fix(nvim): add terminal-features to support termguicolors in tmux 2025-07-16 10:35:13 +09:00
inkch
cec4d4a758 fix(nvim): use tmux-256color as tmux default-terminal
Resolve issue where <Home>/<End> keys inserted <Select> due to TERM mismatch.
2025-07-16 10:30:33 +09:00
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -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