From f9df01eb4b98fc37393f35a8c2b4793b895f8333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 7 Oct 2020 13:58:08 +0200 Subject: kmein config: optimize reply action --- config/kmein.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kmein.hs b/config/kmein.hs index a5da7e1..806072e 100644 --- a/config/kmein.hs +++ b/config/kmein.hs @@ -112,7 +112,7 @@ openAttachment q = callProcess "xdg-open" [destination] $> q reply :: State -> IO State -reply q = spawnCommand "i3-sensible-terminal -e $EDITOR -c 'read !mail-reply'" $> q +reply q = spawnCommand "alacritty -e nvim -c 'read! mail-reply' -c 'execute \"normal gg\" | set filetype=mail'" $> q myKeymap :: String -> State -> IO State myKeymap "h" = closeFold -- cgit v1.2.3