From ed0e8f48b59607c138f8d9a6ecdbf7dd5c011c95 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 21 Jun 2026 21:56:01 +0530 Subject: Add handling for dir open + line number open + justfile --- autoload/system.kak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autoload/system.kak') diff --git a/autoload/system.kak b/autoload/system.kak index bb11f4f..8f6e3fb 100644 --- a/autoload/system.kak +++ b/autoload/system.kak @@ -28,7 +28,8 @@ map global system Y ': info %sh{realpath -s "$kak_buffile" | xclip -selection cl # Make cmd map global system M ':set global makecmd ""' -docstring 'Set global compile command' map global system m ': make' -docstring 'Compile' +map global system j ': just' -docstring 'Just' # Run oneshot shell command map global system ! ':info %sh{}' -docstring 'Run command with %sh' # New term -map global system t ': terminal %sh{ echo "$SHELL" }' -docstring 'Open new term' +map global system t ': connect terminal' -docstring 'Open new term' -- cgit v1.3.1