Skip to content

Commit

Permalink
window: Adjust keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Dec 12, 2023
1 parent 9d2b5fe commit ed030d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@
:bind (([f7] . sanityinc/split-window)
("C-c <down>". sanityinc/toggle-current-window-dedication)
:map ctl-x-4-map
("s" . toggle-window-split)
("t" . window-swap-states))
("s" . window-swap-states)
("t" . toggle-window-split))
:config
(bind-key "C-x 2" (split-window-func-with-other-buffer 'split-window-vertically))
(bind-key "C-x 3" (split-window-func-with-other-buffer 'split-window-horizontally))
Expand Down

0 comments on commit ed030d9

Please sign in to comment.