From 2ae9aebe627b3031c546ea1bbc17361b88ab5011 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 19 May 2018 21:18:10 +0200 Subject: Change XMonad editor keybinding to nvim-qt --- gui/conf/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/conf') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index ccceeca..0ddb88c 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -76,7 +76,7 @@ keybindings = -- application launchers , ("M-" , spawn "rofi -show combi") , ("M-" , spawn "kitty") - , ("M-S-" , spawn "vim -g") + , ("M-S-" , spawn "nvim-qt") -- window management , ("M-q" , windows $ shift "NSP") , ("M-S-q" , kill) -- cgit v1.2.3