private/default: add +ivy/wgrep-occur keybind for swiper #375
This commit is contained in:
parent
bcef66b947
commit
ba2a6c93ac
1 changed files with 6 additions and 0 deletions
|
@ -319,6 +319,7 @@
|
|||
:nv "C-a" #'evil-numbers/inc-at-pt
|
||||
:nv "C-x" #'evil-numbers/dec-at-pt
|
||||
|
||||
|
||||
;; --- Plugin bindings ------------------------------
|
||||
;; auto-yasnippet
|
||||
:i [C-tab] #'aya-expand
|
||||
|
@ -607,6 +608,11 @@
|
|||
:m "g]" #'smart-forward
|
||||
:m "g[" #'smart-backward
|
||||
|
||||
;; swiper
|
||||
(:after swiper
|
||||
(:map swiper-map
|
||||
[backtab] #'+ivy/wgrep-occur))
|
||||
|
||||
;; undo-tree -- undo/redo for visual regions
|
||||
:v "C-u" #'undo-tree-undo
|
||||
:v "C-r" #'undo-tree-redo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue