diff options
Diffstat (limited to 'shell-scripts')
| -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}) } }\"" |
