lem
lem copied to clipboard
vi-mode: replace text with `s` and `c` in Visual block mode
In Vim, you can replace text with s or c in Visual block mode. Changes will be applied to all lines of the selected region. In lem, only text on the first line is replaced.