Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autocommands): Restore default column retention behavior (Issue #16)
- Added conditional logic to ensure column preservation only applies when typewriter mode is active. - Modified CursorMoved autocmd to respect Neovim’s default column retention behavior when typewriter mode is disabled. - Adjusted TWEnable and TWDisable commands to toggle column preservation appropriately. - This resolves Issue #16 where the cursor column was not correctly restored when moving between lines with j/k motions.
- Loading branch information