diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-03-18 19:57:45 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-03-18 19:57:45 -0400 |
| commit | e4bb9e2697f91285dbb5b6440101b3c6838106a1 (patch) | |
| tree | df4da01cafa51d3b479173c7049b2e17afdd58e4 /kak | |
| parent | 9ef5ee69e08bfe0ca655b73be8a7564b0449b5d0 (diff) | |
set termcmd to st for x11.
Diffstat (limited to 'kak')
| -rw-r--r-- | kak/kakrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ set-option global scrolloff 3,3 # for now: gcc/clang/cproc, go, odin set-option global make_error_pattern '^([^:\n]+)[:\(](\d+):(?:(\d+))?[:\)]?' +hook global ModuleLoaded x11 %{ + set global termcmd 'st -e sh -c' +} + define-command testcmd %{ prompt -file-completion 'What is your name? ' %{ evaluate-commands %sh{ |
