micro/internal/action
hchac f8e532b0d7
Adding selection for ParagraphPrevious and ParagraphNext. (#3353)
Also tweaked the behavior of Paragraph/{Previous/Next} so that it skips
all empty lines immediately next to cursor position, until it finds the
start/end of the paragraph closest to it. Once it finds the paragraph
closest to it, the same behavior as before applies. With the previous
behavior if the cursor was surrounded by empty lines, then
Paragraph/{Previous/Next} would only jump to the next empty line,
instead of jumping to the start/end of a paragraph.
2024-07-20 12:21:57 +02:00
..
actions.go Adding selection for ParagraphPrevious and ParagraphNext. (#3353) 2024-07-20 12:21:57 +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 Don't use tcell's Rune() for non-KeyRune events 2024-06-10 02:30:55 +02:00
bufpane.go Adding selection for ParagraphPrevious and ParagraphNext. (#3353) 2024-07-20 12:21:57 +02:00
command.go Fixing tabmove not working properly when there's a split in pane (#3371) 2024-07-07 10:20:22 +02:00
defaults.go Update keybinding docs 2020-09-06 17:38:23 -04:00
defaults_darwin.go Merge pull request #2606 from dmaluka/mouse-release-and-drag-events 2024-03-14 03:54:04 +01:00
defaults_other.go Merge pull request #2606 from dmaluka/mouse-release-and-drag-events 2024-03-14 03:54:04 +01: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 Fix termpane not closing automatically after terminal job finished (#3386) 2024-07-15 09:35:50 +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