Skip to content

Commit

Permalink
fix: tmux ranger img previews
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 26, 2023
1 parent a96d04b commit 9d5840a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions modules/home/cli-apps/tmux/config/general.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ bind '%' split-window -h -c '#{pane_current_path}'

set-option -sa terminal-features ",*xterm*:RGB"
set -ga terminal-overrides ",xterm-kitty:Tc"

set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
2 changes: 1 addition & 1 deletion modules/home/cli-apps/tmux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in
newSession = true;
prefix = "C-a";
sensibleOnTop = true;
terminal = "xterm-kitty";
terminal = "tmux-256color";
extraConfig =
builtins.concatStringsSep "\n"
(builtins.map lib.strings.fileContents configFiles);
Expand Down

0 comments on commit 9d5840a

Please sign in to comment.