From f924de2567e172779ed279195f2f31d1065c91f0 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 21 Feb 2023 19:55:11 +0100 Subject: added: (xmonad) open nvim keybind --- config/X/xmonad/xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/X/xmonad/xmonad.hs b/config/X/xmonad/xmonad.hs index 8b7ea0c..8caf912 100644 --- a/config/X/xmonad/xmonad.hs +++ b/config/X/xmonad/xmonad.hs @@ -234,6 +234,7 @@ defaults = ewmh def { } `additionalKeysP` [ ("M-", spawn myTerminal) + , ("M-n", spawn (myTerminal ++ " -e nvim")) , ("M-", withFocused hide) -- N.B. this is an absurd thing to do , ("M-0", windows $ W.greedyView $ "hid") -- N.B. this is an absurd thing to do , ("M-u", incScreenWindowSpacing (2)) -- cgit v1.2.3