diff --git a/.config/i3/config b/.config/i3/config
index 1b9470b4..9a9efb81 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -23,7 +23,7 @@ for_window [class="Plasmoidviewer"] floating enable; border none
 for_window [title="win7"] floating enable; border none
 
 # i3-gaps configs
-gaps inner 24
+gaps inner 0
 gaps outer 0
 
 # Set up our colors
@@ -249,10 +249,10 @@ mode "resize" {
         # Pressing right will grow the window’s width.
         # Pressing up will shrink the window’s height.
         # Pressing down will grow the window’s height.
-        bindsym j resize shrink width 10 px or 10 ppt
-        bindsym k resize grow height 10 px or 10 ppt
-        bindsym l resize shrink height 10 px or 10 ppt
-        bindsym semicolon resize grow width 10 px or 10 ppt
+        bindsym h resize shrink width 10 px or 10 ppt
+        bindsym j resize grow height 10 px or 10 ppt
+        bindsym k resize shrink height 10 px or 10 ppt
+        bindsym l resize grow width 10 px or 10 ppt
 
         # same bindings, but for the arrow keys
         bindsym Left resize shrink width 10 px or 10 ppt