]> Freerunner's - dotfiles.git/commitdiff
kak: update submodule, clean up script dir
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 12 May 2025 21:37:18 +0000 (23:37 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 12 May 2025 21:37:18 +0000 (23:37 +0200)
dot-config/kak
dot-local/bin/kks-lf! [deleted file]

index 9ba2df847e00917ceee7c9fdbd232493be7ab2da..27a6285cc0740cdc93a85ed9246565b66a0c17d6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9ba2df847e00917ceee7c9fdbd232493be7ab2da
+Subproject commit 27a6285cc0740cdc93a85ed9246565b66a0c17d6
diff --git a/dot-local/bin/kks-lf! b/dot-local/bin/kks-lf!
deleted file mode 100755 (executable)
index b4caf2b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# open lf in single-pane view with current buffer selected
-#
-# requires:
-# - lf (https://github.com/gokcehan/lf)
-
-# kks get '%val{buffile}' |
-       # xargs -I {} lf -command "set nopreview; set ratios 1" {}
-
-lf -command "set nopreview; set ratios 1" -selection-path "/tmp/lf-chosen-file.XXXX"
-kks edit "$(cat "/tmp/lf-chosen-file.XXXX")"
-