Tweak some keybindings

This commit is contained in:
David Morgan 2021-08-19 13:48:45 +01:00
parent 3999542507
commit 9c952e26eb
3 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,7 @@
:load-path "site-lisp/vertico-extensions/vertico-directory.el"
:bind (:map vertico-map
("RET" . vertico-directory-enter)
("/" . vertico-directory-enter)
;("/" . vertico-directory-enter)
("DEL" . vertico-directory-delete-char)
("M-DEL" . vertico-directory-delete-word))
;; Tidy shadowed file names

View File

@ -31,7 +31,7 @@
("C-M-z" . curx-indent-defun)
("C-c C-u" . crux-view-url)
("C-c TAB" . crux-indent-rigidly-and-copy-to-clipboard)
("C-c C-j" . crux-switch-to-previous-buffer)
("C-c C-M-j" . crux-switch-to-previous-buffer)
("C-c x" . crux-reopen-as-root))
(provide 'init-crux)

View File

@ -67,6 +67,7 @@
:bind
("C-:" . avy-goto-char)
("C-'" . avy-goto-char-2)
("C-," . avy-goto-char-in-line)
("C-c C-v" . avy-goto-char-in-line)
("C-c v" . avy-goto-word-or-subword-1)
("M-g w" . avy-goto-word-1)