Page 2 of 5
Posted: 20.11.2018 12:39
by Alexey
agree. colored entire statusbar. Updated.
Posted: 20.11.2018 12:54
by oO0XX0Oo
Looks fantastic!
Vim mode is global, so it's current mode is used in all existing tabs.
Could this be changed so that it is per tab?
And one minor thing:
Put the cursor at the end of a line. Be in command mode. Press "a".
All vim implementations I know stay on that line (in the same position)
instead of jumping to the first char of the next line...
Posted: 20.11.2018 13:22
by Alexey
per-tab? not possible easily.
Cmd 'a' at end: fixed. Plugins/ AddonManager/ Install from Github, and enter URL
https://github.com/CudaText-addons/cuda_vim_mode
Posted: 20.11.2018 13:31
by oO0XX0Oo
Ok, thanks for the fix!
Posted: 20.11.2018 16:18
by Alexey
Task-2 is done. Command dot. updated, pls test it.
Task-1 - will try
Posted: 20.11.2018 16:35
by Alexey
Plugin asks (make persistent mode?) on turning on/off. Maybe no need to ask on turning off?
Posted: 20.11.2018 18:04
by oO0XX0Oo
Task-2 is done. Command dot. updated, pls test it
On first tests it looks good. E.g. line deletions, pasting from clipboard (yanked before via "Y")
One request for a change:
"Y" yanks full lines but it doesn't include the line ending
"V" = same as above (in a multiple line selection the last line ending isn't included)
They need to include it because their expected behavior is to insert the content of the last yanked
clip at the next line (right under the line(s) that were yanked).
Posted: 21.11.2018 04:03
by Alexey
fixed cmds Y and V. Pls try. "Install from Github" and enter URL.
Posted: 21.11.2018 12:20
by oO0XX0Oo
It isn't 100% right...
Pasting yanked lines (Y / V) put the buffers content after the current cursor
position instead of using the beginning of the line. Additionally the cursor
advances to the next character on each paste.
Both things shouldn't happen, otherwise you'll indent each additional paste
by one character...
Posted: 21.11.2018 16:57
by Alexey
You paste by "p"? what text is selected and how to repeat by steps?