Remove some unused key bindings

This commit is contained in:
Gergely Polonkai 2023-10-22 06:33:52 +02:00
parent 38c2dacedc
commit 1cf60c50ef
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 12 deletions

View File

@ -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 thats 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)