mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added lua support, disabled vertico jump root using /, was a mess
This commit is contained in:
@@ -90,7 +90,8 @@ a remote file anytime and from everywhere I am by just entering :"
|
||||
:bind (:map vertico-map
|
||||
("~" . tvd-vertico-jump-home)
|
||||
(":" . tvd-vertico-jump-ssh)
|
||||
("/" . tvd-vertico-jump-root) ;; experimental, not sure wether to keep this
|
||||
;;; ("/" . tvd-vertico-jump-root)
|
||||
;; experimental, not sure wether to keep this
|
||||
("<backspace>" . tvd-vertico-del-dir)
|
||||
("RET" . #'vertico-directory-enter)
|
||||
;; experimental, pressing tab on a match doesn't
|
||||
|
||||
Reference in New Issue
Block a user