From a7bf54d5f0d86334f3f5b061bf5fb6ad5aea09ab Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 28 May 2023 22:28:02 +0200 Subject: no scroll --- shell-scripts/tmux-normal-mode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-scripts') diff --git a/shell-scripts/tmux-normal-mode b/shell-scripts/tmux-normal-mode index 5f338dc..661f8af 100644 --- a/shell-scripts/tmux-normal-mode +++ b/shell-scripts/tmux-normal-mode @@ -6,7 +6,7 @@ case "${@}" in mkfifo ${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}';\ + kak -c '$kakoune_session' -e \"edit -fifo ${output} '${dispatch_name}';\ set-option buffer readonly true ;\ set-option window filetype dispatch ;\ hook -always -once buffer BufCloseFifo .* %{ nop %sh{ rm -r $(dirname ${output}) } }\"" -- cgit v1.2.3