Add functions+shortcuts to insert the filename into the buffer.
This commit is contained in:
@ -37,6 +37,10 @@
|
||||
(define-key global-map "\M-[" 'backward-paragraph)
|
||||
(define-key global-map "\M-]" 'forward-paragraph)
|
||||
|
||||
;; Insertar nombre del archivo
|
||||
(global-set-key (kbd "C-c ff") 'insert-full-filename)
|
||||
(global-set-key (kbd "C-c fo") 'insert-filename-only)
|
||||
|
||||
;; Deactivar el abrir *messages* al cliquear en el minibuffer
|
||||
(define-key minibuffer-inactive-mode-map [mouse-1] #'ignore)
|
||||
|
||||
|
Reference in New Issue
Block a user