Strategies for Emacs Window Management

News

The Emacs Window Management Almanac

Today we’re going to go through Karthik Chikmagalur’s excellent new article, “The Emacs Window Management Almanac” to try out the various window management strategies he discusses:

https://karthinks.com/software/emacs-window-management-almanac/

I’m sure we will learn a lot!

(defvar-keymap dw/windmove-keys
  :repeat t
  "h" #'windmove-left
  "j" #'windmove-down
  "k" #'windmove-up
  "l" #'windmove-right)

(keymap-global-set "C-c w" dw/windmove-keys)
Subscribe to the System Crafters Newsletter!
Stay up to date with the latest System Crafters news and updates! Read the Newsletter page for more information.
Name (optional)
Email Address