configs/scripts/tmux-edit-scrollback
Kacper Marzecki c1ca16583b init
link tmux

td-cli bindings & script

disable c-j c-k bindings - interference with fzf

zsh adjustmets + tmux-td finally not closing on ESC! :)

add diffview & custom Harpoon list (with line in file)
2025-03-18 19:22:27 +01:00

6 lines
109 B
Bash
Executable File

#!/bin/bash
file=$(mktemp)
tmux capture-pane -pS -32768 >$file
tmux new-window -n:scrollback-edit "n $file"