diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-05-28 22:28:02 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-05-28 22:28:02 +0200 |
| commit | a7bf54d5f0d86334f3f5b061bf5fb6ad5aea09ab (patch) | |
| tree | 5fd911987d1dd653f9bcba99237151fa4c55d986 | |
| parent | 280e48ccc4fdfe22672fa9b6810473667b266d3f (diff) | |
no scroll
| -rw-r--r-- | shell-scripts/tmux-normal-mode | 2 |
1 files changed, 1 insertions, 1 deletions
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}) } }\"" |
