Add kakoune as vim compatible app menu options

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Stacy Harper 2021-03-17 22:24:24 +01:00 committed by Maarten van Gompel
parent 7511182cad
commit 7cb6dcb64b

View file

@ -207,7 +207,7 @@ programchoicesinit() {
# St
# First we try to handle the app running inside st:
WMNAME="${1:-$(echo "$XPROPOUT" | grep -E "^WM_NAME" | cut -d ' ' -f3-)}"
if echo "$WMNAME" | grep -i -E "\"(vi|vim|vis|nvim|neovim)\""; then
if echo "$WMNAME" | grep -i -E "(vi|vim|vis|nvim|neovim|kakoune)"; then
#Vim in st
CHOICES="
$icon_aru Scroll up ^ 1 ^ key Ctrl+Shift+u