Skip to content

Commit

Permalink
Prefer qwerty style for switch-window shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 29, 2023
1 parent 91371a6 commit 699a47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-windows.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

;; Make "C-x o" prompt for a target window when there are more than 2
(require-package 'switch-window)
(setq-default switch-window-shortcut-style 'alphabet)
(setq-default switch-window-shortcut-style 'qwerty)
(setq-default switch-window-timeout nil)
(global-set-key (kbd "C-x o") 'switch-window)

Expand Down

0 comments on commit 699a47d

Please sign in to comment.