Standardize C-c C-e for ivy wgrep
Removes backtab in favor of standardizing C-c C-e. Already used by helm, wgrep and dired.
This commit is contained in:
parent
3e15b71568
commit
fe36bbca1f
4 changed files with 30 additions and 31 deletions
|
@ -322,8 +322,6 @@
|
|||
"C-g" #'keyboard-escape-quit)
|
||||
(:after counsel
|
||||
:map counsel-ag-map
|
||||
"C-c C-e" #'+ivy/wgrep-occur ; search/replace on results
|
||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action))
|
||||
"C-M-y" #'counsel-yank-pop)
|
||||
|
|
|
@ -220,12 +220,7 @@
|
|||
:map counsel-ag-map
|
||||
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||
"C-l" #'ivy-done
|
||||
"C-c C-e" #'+ivy/wgrep-occur ; search/replace on results
|
||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||
[C-return] (+ivy-do-action! #'+ivy-git-grep-other-window-action))
|
||||
(:after swiper
|
||||
:map swiper-map
|
||||
[backtab] #'+ivy/wgrep-occur))
|
||||
[C-return] (+ivy-do-action! #'+ivy-git-grep-other-window-action)))
|
||||
|
||||
(:when (featurep! :completion helm)
|
||||
(:after helm
|
||||
|
@ -249,13 +244,10 @@
|
|||
"TAB" #'helm-execute-persistent-action
|
||||
[tab] #'helm-execute-persistent-action
|
||||
"C-z" #'helm-select-action)
|
||||
(:after swiper-helm
|
||||
:map swiper-helm-keymap [backtab] #'helm-ag-edit)
|
||||
(:after helm-ag
|
||||
:map helm-ag-map
|
||||
"C--" #'+helm-do-ag-decrease-context
|
||||
"C-=" #'+helm-do-ag-increase-context
|
||||
[backtab] #'helm-ag-edit
|
||||
[left] nil
|
||||
[right] nil)
|
||||
(:after helm-files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue