mod. 16-04

This commit is contained in:
rob 2024-04-16 02:13:21 -04:00
parent b4bf81e584
commit 014a109a46
1 changed files with 4 additions and 3 deletions

View File

@ -9,13 +9,15 @@
((default-modes
(pushnew 'nyxt/mode/vi:vi-normal-mode %slot-value%))))
;; atajos
(define-configuration input-buffer
((override-map (let ((map (make-keymap "override-map")))
(define-key map
"C-q" 'quit
"C-w" 'buffers-panel
"C-h" 'history-all-query
"C-a" 'annotate-current-url
"C-s" 'view-source-with-external-editor)))))
"C-s" 'view-source-with-external-editor
"C-q" 'quit)))))
;; visualizar fuente de url
(define-configuration browser
@ -83,4 +85,3 @@
;; configuración de extensión para status
(define-nyxt-user-system-and-load nyxt-user/basic-config
:components ( "status"))