+tab_bar_margin_width 5.0
+
+# keyboard
+macos_option_as_alt left
+
+# Splits and Navigation, Tmux Style
+map ctrl+a>- launch --location=hsplit
+map ctrl+a>| launch --location=vsplit
+# map f7 layout_action rotate
+
+# Switch focus to the neighboring window in the indicated direction
+map ctrl+a>h neighboring_window left
+map ctrl+a>l neighboring_window right
+map ctrl+a>k neighboring_window up
+map ctrl+a>j neighboring_window down
+
+# Move the active window in the indicated direction
+map shift+up move_window up
+map shift+left move_window left
+map shift+right move_window right
+map shift+down move_window down
+
+# Move the active window to the indicated screen edge
+map ctrl+shift+up layout_action move_to_screen_edge top
+map ctrl+shift+left layout_action move_to_screen_edge left
+map ctrl+shift+right layout_action move_to_screen_edge right
+map ctrl+shift+down layout_action move_to_screen_edge bottom
+