+
+# Splits and Navigation, Tmux Style
+map cmd+a>- launch --location=hsplit
+map cmd+a>| launch --location=vsplit
+# map f7 layout_action rotate
+
+# Navigate Windows
+map cmd+a>h neighboring_window left
+map cmd+a>l neighboring_window right
+map cmd+a>k neighboring_window up
+map cmd+a>j neighboring_window down
+
+# Move the active window in the indicated direction
+map cmd+a>shift+h move_window left
+map cmd+a>shift+l move_window right
+map cmd+a>shift+k move_window up
+map cmd+a>shift+j move_window down
+
+map cmd+a>, set_tab_title
+map cmd+a>z toggle_layout stack