Skip to content

Commit

Permalink
p-search: fix <tab> and <return> bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaiKN committed Dec 8, 2024
1 parent f90c9b7 commit b07f67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/p-search/evil-collection-p-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"P" 'p-search-add-prior
"+" 'p-search-increase-preview-size
"-" 'p-search-decrease-preview-size
"<tab>" 'p-search-toggle-section
"<return>" 'p-search-find-document
(kbd "<tab>") 'p-search-toggle-section
(kbd "<return>") 'p-search-find-document
"gv" 'p-search-view-document
"go" 'p-search-view-document
(kbd "C-o") 'p-search-display-document
Expand Down

0 comments on commit b07f67f

Please sign in to comment.