1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-28 09:07:19 +03:00

Add Alacritty

This commit is contained in:
Alex Leferry 2 2017-06-08 19:02:44 +02:00
parent fe46c05685
commit 105b35192f

View File

@ -3,7 +3,8 @@
decl -docstring %{shell command run to spawn a new terminal
A shell command is appended to the one set in this option at runtime} \
str termcmd %sh{
for termcmd in 'termite -e ' \
for termcmd in 'alacritty -e sh -c' \
'termite -e ' \
'urxvt -e sh -c' \
'rxvt -e sh -c' \
'xterm -e sh -c' \