Unbind Magit's C-j

This commit is contained in:
2024-04-27 23:47:08 -07:00
parent 533bbb7646
commit c0b7096b7b

View File

@@ -27,9 +27,11 @@
(("C-j" . avy-goto-char-timer)
([remap goto-line] . avy-goto-line)
:map org-mode-map
("C-j" . avy-goto-char-timer)
("C-j" . nil)
:map isearch-mode-map
("C-j" . avy-isearch))
("C-j" . avy-isearch)
:map magit-file-section-map
("C-j" . nil))
:init
(setq avy-timeout-seconds 0.25)