Skip to content

Commit

Permalink
counsel.el: Add other window' and other frame' for Bookmarks
Browse files Browse the repository at this point in the history
Add actions `other window' and `other frame' to counsel-bookmark, in
line with similar actions for counsel-find-file and
ivy-switch-buffer.
  • Loading branch information
Hugo-Heagren committed Aug 1, 2021
1 parent 040d458 commit 9b59393
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 9b59393

Please sign in to comment.