summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-03-07 15:23:12 +0000
committerMike Vink <ivi@vinkies.net>2025-03-07 15:23:12 +0000
commit3b8b8fab06d03b051a0369162da3285c2a75ce94 (patch)
tree71966afe023f9cc569465719ed8a507215b92dfe
parentc4fd85f7c9bcbe36cb3585b1ecb316c72af31b46 (diff)
update kakrc
-rw-r--r--.config/kak/kakrc1
-rwxr-xr-x.local/bin/pnsh-nvim2
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
)