aboutsummaryrefslogtreecommitdiff
path: root/autoload/system.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-21 21:56:01 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-21 21:56:01 +0530
commited0e8f48b59607c138f8d9a6ecdbf7dd5c011c95 (patch)
tree51d1b6349aa152aa955adf88eb7e1311f185e674 /autoload/system.kak
parent1ccf3d5c1d2ee7ff8ec97488c0b15b8316fb29f9 (diff)
downloadkakoune-config-ed0e8f48b59607c138f8d9a6ecdbf7dd5c011c95.tar.gz
kakoune-config-ed0e8f48b59607c138f8d9a6ecdbf7dd5c011c95.zip
Add handling for dir open + line number open + justfile
Diffstat (limited to 'autoload/system.kak')
-rw-r--r--autoload/system.kak3
1 files changed, 2 insertions, 1 deletions
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 ""<left>' -docstring 'Set global compile command'
map global system m ': make<ret>' -docstring 'Compile'
+map global system j ': just<ret>' -docstring 'Just'
# Run oneshot shell command
map global system ! ':info %sh{}<left>' -docstring 'Run command with %sh'
# New term
-map global system t ': terminal %sh{ echo "$SHELL" }<ret>' -docstring 'Open new term'
+map global system t ': connect terminal<ret>' -docstring 'Open new term'