What's wrong with this entry?
Anonymous. No account, no email.
Logical Line Navigation
- New logical line movement commands: Navigate by actual line breaks rather than wrapped lines
upLogicalLine(): Move cursor up one logical line (to previous newline)downLogicalLine(): Move cursor down one logical line (to next newline)startOfLogicalLine(): Jump to start of current logical lineendOfLogicalLine(): Jump to end of current logical linefirstNonBlankInLogicalLine(): Jump to first non-whitespace character in logical linedeleteToLogicalLineEnd(): Delete from cursor to end of logical line
These commands are useful when working with long lines that wrap in the terminal, allowing navigation based on actual line breaks in the text rather than visual line wrapping.