Remove some unused key bindings
This commit is contained in:
parent
38c2dacedc
commit
1cf60c50ef
@ -1963,12 +1963,6 @@ It also provides some nice commands to navigate between change sets.
|
||||
:bind (:map global-map
|
||||
([remap Info-search] . consult-info)
|
||||
("M-y" . consult-yank-pop)
|
||||
:map mode-specific-map
|
||||
("h" . consult-history)
|
||||
("i" . consult-info)
|
||||
("k" . consult-kmacro)
|
||||
("m" . consult-man)
|
||||
("M-x" . consult-mode-command)
|
||||
:map ctl-x-map
|
||||
("M-:" . consult-complex-command)
|
||||
("4 b" . consult-buffer-other-window)
|
||||
@ -1990,13 +1984,9 @@ It also provides some nice commands to navigate between change sets.
|
||||
("d" . consult-find)
|
||||
("D" . consult-locate)
|
||||
("e" . consult-isearch-history)
|
||||
("g" . consult-grep)
|
||||
("G" . consult-git-grep)
|
||||
("k" . consult-keep-lines)
|
||||
("l" . consult-line)
|
||||
("L" . consult-line-multi)
|
||||
("r" . consult-ripgrep)
|
||||
("u" . consilt-focus-lines)
|
||||
:map isearch-mode-map
|
||||
("M-e" . consult-isearch-history)
|
||||
:map minibuffer-local-map
|
||||
@ -3201,9 +3191,7 @@ Because that’s still my favourite language.
|
||||
("M-o" . mbork/insert-current-file-name-at-point)
|
||||
("u" . browse-url-at-point)
|
||||
:map ctl-x-map
|
||||
("_" . maximize-window)
|
||||
("|" . gpolonkai/toggle-window-split)
|
||||
("/" . repeat)
|
||||
("C-b" . bury-buffer)
|
||||
("C-d" . wted/delete-current-buffer-file)
|
||||
("k" . kill-this-buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user