Skip to content

How can I make helm-swoop-edit use same buffer as helm-swoop? #198

@NicholasBHubbard

Description

@NicholasBHubbard

Currently my helm swoop edit behaves like so:

+---------+----------+                           +----------------------+
|         |          |                           |          |           |
|  point  |          |                           |          |    helm   |
|         |          |                           |          |   swoop   |
---------------------+             --->          |          |    edit   |
|       helm         |                           |          |           |
|      swoop         |                           |          |           |
+---------+----------+                           +----------------------+

But I would like it to behave like this:

+---------+----------+                           +----------------------+
|         |          |                           |          |           |
|  point  |          |                           |  point   |           |
|         |          |                           |          |           |
---------------------+             --->          +----------------------+ 
|       helm         |                           |        helm          |
|      swoop         |                           |      swoop edit      |
+---------+----------+                           +----------------------+

I am getting the current behavior with this setting:

(setq helm-swoop-split-window-function 'helm-default-display-buffer)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions