Skip to content

Commit

Permalink
Add "other window" action for counsel-bookmark
Browse files Browse the repository at this point in the history
* counsel.el (counsel-bookmark): Add "other window" action
bookmark-jump-other-window, in line with similar actions for
counsel-find-file and ivy-switch-buffer (PR #2902).

Copyright-paperwork-exempt: yes
  • Loading branch information
Hugo-Heagren authored and basil-conto committed Aug 2, 2021
1 parent 20d78ae commit bde2176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion counsel.el
Original file line number Diff line number Diff line change
Expand Up @@ -2490,7 +2490,8 @@ By default `counsel-bookmark' opens a dired buffer for directories."

(ivy-set-actions
'counsel-bookmark
`(("d" bookmark-delete "delete")
`(("j" bookmark-jump-other-window "other window")
("d" bookmark-delete "delete")
("e" bookmark-rename "edit")
("s" bookmark-set "overwrite")
("x" ,(counsel--apply-bookmark-fn #'counsel-find-file-extern)
Expand Down

0 comments on commit bde2176

Please sign in to comment.