[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : delete buffer content from the point
From: |
Drew Adams |
Subject: |
RE: [External] : delete buffer content from the point |
Date: |
Fri, 30 Jul 2021 15:59:27 +0000 |
> > But don't forget also `flush-lines'
>
> Uhm..flush-lines is really interesting, I've bound as follows:
>
> (bind-key (kbd "C-S-k") ( lambda()
> (interactive)
> (flush-lines ".*") ) )
Don't forget too that you can use `flush-lines'
and `keep-lines' in buffers, such as `M-x grep'
output, after using `C-x C-q' to enable editing.
- Re: delete buffer content from the point, (continued)
- Re: delete buffer content from the point, Philip Kaludercic, 2021/07/13
- Re: delete buffer content from the point, Tassilo Horn, 2021/07/13
- Re: delete buffer content from the point, Emanuel Berg, 2021/07/13
- Re: delete buffer content from the point, Óscar Fuentes, 2021/07/13
- Re: delete buffer content from the point, Emanuel Berg, 2021/07/13
- Re: delete buffer content from the point, Joost Kremers, 2021/07/13
- RE: [External] : delete buffer content from the point, Drew Adams, 2021/07/13