Bind context menu to the mouse right click.
This commit is contained in:
parent
e747f0d61e
commit
6ba69a8dcc
@ -20,7 +20,7 @@
|
||||
(global-set-key (kbd "C-<f11>") 'toggle-frame-maximized) ; Maximizar / restaurar
|
||||
(global-set-key (kbd "C-S-d") 'duplicate-current-line) ; Duplicar línea
|
||||
(global-set-key (kbd "C-S-l") 'sort-lines) ; Ordenar líneas alfabéticamente
|
||||
|
||||
(global-set-key (kbd "<mouse-3>") 'context-menu-open) ; Ordenar líneas alfabéticamente
|
||||
|
||||
;; Cambios rápidos de major modes
|
||||
(global-set-key (kbd "C-x m") nil) ; Unbind mail on C-x m
|
||||
|
Loading…
Reference in New Issue
Block a user