Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flexible editing within the quickfix window #15

Open
dsummersl opened this issue Jul 21, 2015 · 1 comment
Open

More flexible editing within the quickfix window #15

dsummersl opened this issue Jul 21, 2015 · 1 comment

Comments

@dsummersl
Copy link

My general workflow for large edits has been to use the 'jceb/vim-editqf' plugin to search, edit the quickfix results, and use 'dsummersl/vim-cdo' to make changes. I love the idea of these two activities unified in ferret!

I'd like to be able to use '.' and ':g//del' in quickfix window, but there are probably other commands that would be helpful for editing...I understand opening it up as a standard buffer like vim-editqf might be a little too buggy (then you gotta worry about ppl making un-parsable changes to the buffer), but it would be nice to have a more options when it comes to modifying the quicklist buffer.

Thanks!

@wincent
Copy link
Owner

wincent commented Jul 21, 2015

I suspect we can probably make . work by integrating with repeat.vim.

For the other things, I think we should probably look at them in a case-by-case basis, starting with :g//del. It might be tricky to do, but it does sound possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants