diff --git a/configuration.org b/configuration.org index af54cb0..c23bc98 100644 --- a/configuration.org +++ b/configuration.org @@ -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)