From 12572054c20c4eb46a73fa778d462829efb262cb Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Thu, 3 Jul 2025 08:41:07 -0400 Subject: [PATCH] Added Vim Shortcut --- Configs/sway.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configs/sway.conf b/Configs/sway.conf index 82f0cd7..e92cf75 100644 --- a/Configs/sway.conf +++ b/Configs/sway.conf @@ -38,6 +38,8 @@ input type:keyboard { ## Basics: # Start a terminal bindsym $mod+Return exec $term + # Start a notepad + bindsym $mod+n exec $term -e vim # Kill focused window bindsym $mod+q kill # Start a File Browser