diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-05-24 14:05:17 +0000 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-05-24 14:05:17 +0000 |
| commit | ab3d5247d3bf4da65fec0f8f1c083fb78ec5b39a (patch) | |
| tree | 523f82552016e109f726bc2d44e7c8b79224e8d6 | |
| parent | 45e260260c0357950583390c6e598c043c75c53d (diff) | |
update tmux to capture all scrollback lines
| -rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ dispatch_name="dispatch://$(tmux display-message -p "#{pane_start_command}")" ;\ output=$(mktemp -d /tmp/kak-tmux.XXXXXXXX)/fifo ;\ mkfifo ''${output} ;\ - ( tmux capture-pane -t $TMUX_PANE -S- -E- -J -e -p | filter-ansi >''${output} & ) ;\ + ( tmux capture-pane -S '-' -E '-' -J -e -p -t $TMUX_PANE | filter-ansi >''${output} & ) ;\ tmux new-window -t kaks@$kakoune_session -n "$dispatch_name" -d "\ kak -c $kakoune_session -e \"\ edit -fifo ''${output} -scroll \"''${dispatch_name}\" ;\ |
