add alt-[arrows] for window nav inside an individual frame
This commit is contained in:
parent
01b7811a8b
commit
07e03f50a0
|
@ -164,6 +164,7 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Setup global keys
|
||||
(cua-mode 1)
|
||||
(windmove-default-keybindings 'meta)
|
||||
(global-set-key (kbd "C-g") 'goto-line)
|
||||
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
|
||||
(global-set-key (kbd "C-c m") 'menu-bar-open)
|
||||
|
|
Reference in a new issue