diff options
| -rw-r--r-- | .config/kak/kakrc | 1 | ||||
| -rwxr-xr-x | .local/bin/pnsh-nvim | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 1c12ec1..b6d961d 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -2,6 +2,7 @@ colorscheme gruber-darker set-option global toolsclient t set-option global jumpclient j set-option global docsclient d +set-option global ui_options terminal_assistant=cat map -docstring "Jump to next grep match" global goto n <esc>:grep-next-match<ret> map -docstring "Jump to previous grep match" global goto p <esc>:grep-previous-match<ret> diff --git a/.local/bin/pnsh-nvim b/.local/bin/pnsh-nvim index e0be3f3..8e6f296 100755 --- a/.local/bin/pnsh-nvim +++ b/.local/bin/pnsh-nvim @@ -36,6 +36,6 @@ $" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/do --pnsh-host-bindfs-disabled --pnsh-docker-extra-args=$"($args)" --with-docker - --docker-image=oksh + --docker-image=okshnew --docker-tag=latest ) |
