diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/kmein.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |