Files
dotfiles/.config
Julian Prein 6f0b433fdf vim:keys: Add <leader>dd to clear line
I sometimes have the situation that I want to create empty lines but
they contain either whitespace from keeping the indentation and/or the
comment string (`o` on a comment line). My current workflow is to either
delete it and recreate it properly (e.g. from the 'other side' i.e. a
non-comment line) or clear it with `cc`. Both ways are a bit awkward.

Add a mapping that clears a line but stays in normal mode.

Also remove the `<leader>d` mapping that deletes and puts the content
into the system clipboard as I rarely use this one.
2022-08-30 14:57:52 +02:00
..
2020-12-28 03:09:02 +01:00
2022-07-12 21:00:01 +02:00
2022-07-12 21:00:04 +02:00
2022-07-12 21:00:05 +02:00
2022-07-14 14:24:59 +02:00
2021-10-05 12:01:46 +02:00