From 7c42a04d66df733594283c440a3025c6c8f3071f Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Wed, 29 Jul 2020 08:41:41 -0700 Subject: =?UTF-8?q?(/=E3=83=BB=E3=83=BB)=E3=83=8E=20small=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit map the window --- src/config.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.nim') diff --git a/src/config.nim b/src/config.nim index 64ea31e..4c4fb2f 100644 --- a/src/config.nim +++ b/src/config.nim @@ -19,7 +19,7 @@ const keybindings*: seq[Key] = @[ closeWindow.initKey( key = "c", - mods = modifier or ShiftMask), # TODO: seq here instaed of x or y # currently XMask or YMask or ZMask + mods = modifier or ShiftMask), nextWindow.initKey( key = "Tab", -- cgit v1.2.3