Skip to content

Commit

Permalink
feat(emacs): eyebrowse: add eyebrowse-move-window-config hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 28, 2024
1 parent 53bddd5 commit 7eee542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"C-<tab>" #'eyebrowse-last-window-config)
(gg/leader
"<tab> d" #'eyebrowse-close-window-config
"<tab> m" #'eyebrowse-move-window-config
"0" #'eyebrowse-switch-to-window-config-0
"1" #'eyebrowse-switch-to-window-config-1
"2" #'eyebrowse-switch-to-window-config-2
Expand Down

0 comments on commit 7eee542

Please sign in to comment.