lite-xl/data/core/commands
Guldoman 3765ef1d7a
Move cursor to the beginning or the end of its selection
When using `doc:move-to-{previous,next}-char` in a selection, we were 
moving the cursor to the character before the initial/after the last 
character of the selection.
Now we follow what other editors do and move it to just before the 
initial/just after the final character.
2022-03-20 04:28:26 +01:00
..
command.lua
core.lua Add command to create a new named Doc 2022-03-18 00:34:15 -04:00
dialog.lua
doc.lua Move cursor to the beginning or the end of its selection 2022-03-20 04:28:26 +01:00
drawwhitespace.lua
files.lua
findreplace.lua Migrate to Lua 5.4 2021-12-31 13:53:01 +01:00
log.lua remove unsaved flag from log.txt 2021-12-22 10:54:25 +08:00
root.lua Fix cases of nil node. 2022-02-09 10:40:02 -04:00
statusbar.lua statusview: added ability to hide and commands 2022-03-11 17:23:16 -04:00