mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added easier window-resize keybindings
This commit is contained in:
@@ -79,6 +79,11 @@
|
||||
(global-set-key (kbd "C-<") 'transparency-increase)
|
||||
(global-set-key (kbd "C->") 'transparency-decrease)
|
||||
|
||||
;; Window Resizing
|
||||
(define-key global-map (kbd "C-{") 'shrink-window-horizontally)
|
||||
(define-key global-map (kbd "C-}") 'enlarge-window-horizontally)
|
||||
(define-key global-map (kbd "C-^") 'enlarge-window)
|
||||
|
||||
;; Window Tiling (via helpers.el)
|
||||
(global-set-key (kbd "C-M-K") 'swap-with-down)
|
||||
(global-set-key (kbd "C-M-I") 'swap-with-up)
|
||||
|
||||
Reference in New Issue
Block a user