aboutsummaryrefslogtreecommitdiff
path: root/autoload/system.kak
diff options
context:
space:
mode:
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'