micro/internal/action
Dmytro Maluka e6ed161ca4 SpawnMultiCursorUp/Down: revert honoring softwrap
Commit 9fdea82542 ("Fix various issues with
`SpawnMultiCursor{Up,Down}`") changed SpawnMultiCursorUp/Down actions to
honor softwrap, i.e. spawn cursor in the next visual line within a
wrapped line, which may not be the next logical line in a buffer. That
was done for "consistency" with cursor movement actions CursorUp/Down
etc. But it seems there are no actual use cases for that, whereas at
least some users prefer spawning multicursor in the next logical line
regardless of the softwrap setting. So restore the old behavior.

Fixes #3499
2024-10-14 01:42:04 +02:00
..
actions.go SpawnMultiCursorUp/Down: revert honoring softwrap 2024-10-14 01:42:04 +02:00
actions_other.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions_posix.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
bindings.go Fix non-working raw escape bindings after restarting the screen (#3468) 2024-09-12 20:39:14 +02:00
bufpane.go Implemented SkipMultiCursorBack as a counterpart to SkipMultiCursor (#3404) 2024-09-16 22:20:12 +02:00
command.go config: Rework autosave to be rearmed upon change 2024-08-18 22:28:49 +02:00
defaults.go Implemented new actions FirstTab, LastTab, FirstSplit and LastSplit and changed the default behavior of NextTab, PreviousTab, NextSplit, PreviousSplit to not walk in circles anymore 2024-09-15 16:35:22 +02:00
defaults_darwin.go Merge pull request #3403 from masmu/refactor/tab-actions 2024-09-16 22:19:36 +02:00
defaults_other.go Merge pull request #3403 from masmu/refactor/tab-actions 2024-09-16 22:19:36 +02:00
events.go De-duplicate code for KeyEvent creation 2024-06-10 02:54:37 +02:00
globals.go Improve comments 2021-08-21 17:58:30 -04:00
infocomplete.go action: Fix the duplication of the unknown filetype (#3258) 2024-04-19 06:01:27 +02:00
infopane.go De-duplicate code for KeyEvent creation 2024-06-10 02:54:37 +02:00
keytree.go More style improvements 2021-08-21 18:04:08 -04:00
pane.go More style improvements 2021-08-21 18:04:08 -04:00
rawpane.go Update to tcell v2 2020-09-05 14:52:35 -04:00
tab.go Fixes a bug where new BufPanes are not being inserted into the right array index. 2024-09-15 16:36:00 +02:00
terminal_supported.go Check error in terminal emulator 2020-07-27 17:43:55 -04:00
terminal_unsupported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
termpane.go Fix termpane not closing automatically after terminal job finished (#3386) 2024-07-15 09:35:50 +02:00