diff options
author | noa | 2025-01-11 12:07:06 +0800 |
---|---|---|
committer | noa | 2025-01-11 12:07:06 +0800 |
commit | fc5218bb2fb1a7f2c3bc4f3557d74d487961c53d (patch) | |
tree | 3ddfab56ea0e9c3eb7e23d9907e4b83dcf4a63a7 /emacs | |
parent | 89fc4ca7c8001baa090b46912317e3722b0fe723 (diff) |
Remove unused windmove block
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el index f3051d4..251d77d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -888,15 +888,6 @@ necessary variables are set." :custom (which-key-mode t)) - -(use-package windmove - :disabled t - :bind* - (("M-b" . windmove-left) - ("M-f" . windmove-right) - ("M-p" . windmove-up) - ("M-n" . windmove-down))) - ;; for whatever reason, window-combination-resize doesn't work with this (global-set-key (kbd "C-x 3") #'split-root-window-right) (setopt window-min-height 1 |