diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-04-06 08:59:25 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-04-06 08:59:25 +0100 |
| commit | 588506c3ad3a99fd01801d4df37ddee7538881e6 (patch) | |
| tree | 55c66e00aa4b788b6edc8d5412b2c2f00c127647 | |
| parent | 4e26c2c221c268d56fae0599093f300d1293a62f (diff) | |
linux/emacs: Bind s-` to ‘other-frame’
| -rw-r--r-- | dotfiles-linux/emacs/init.el | 3 | ||||
| -rw-r--r-- | emacs/init.el | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles-linux/emacs/init.el b/dotfiles-linux/emacs/init.el new file mode 100644 index 0000000..4d7e943 --- /dev/null +++ b/dotfiles-linux/emacs/init.el @@ -0,0 +1,3 @@ +;; “Window” Management + +(keymap-global-set "s-`" #'other-frame) diff --git a/emacs/init.el b/emacs/init.el index 301a164..c2d4437 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -134,8 +134,6 @@ ;; “Window” Management -(keymap-global-set "C-TAB" #'other-window) -(keymap-global-set "C-M-TAB" #'other-frame) (keymap-global-set "C-c f" #'toggle-frame-maximized) (windmove-default-keybindings 'super) |
