]> git.lizzy.rs Git - micro.git/history - internal/action
Improve comment plugin
[micro.git] / internal / action /
2020-07-05 Zachary YedidiaImprove multicursor clipboard
2020-07-05 Zachary YedidiaAdd clipboard support for multicursors
2020-07-05 Zachary YedidiaFix reading clipboard internally for OSC52
2020-07-05 Zachary YedidiaMerge
2020-07-05 Zachary YedidiaAdd support for copy-paste via OSC 52
2020-07-04 Zachary YedidiaFix escape not exiting prompt
2020-07-04 Zachary YedidiaRebind escape to clear info and deselect
2020-06-23 Zachary YedidiaAdd Search function to BufPane
2020-06-20 Zachary YedidiaAdd simulation screen tests
2020-06-20 Zachary YedidiaFix backspace on Windows
2020-06-18 Zachary YedidiaFix issue with search and replace at the end of a range
2020-06-18 Zachary YedidiaMerge
2020-06-18 Zachary YedidiaImprove keybinding label consistency
2020-06-18 Zachary YedidiaStart replacement search at cursor location
2020-06-09 Zachary YedidiaMerge branch 'settings-config'
2020-06-09 Zachary YedidiaShow key name in raw pane
2020-06-09 Zachary YedidiaDon't apply cli options to settings.json
2020-06-08 Zachary YedidiaMerge
2020-06-08 Zachary YedidiaOnly start autocompletion for alphanumerics
2020-06-07 Zachary YedidiaVerify that all settings have correct type
2020-06-07 Zachary YedidiaFix mouse support in command bar
2020-06-03 Zachary YedidiaMerge
2020-05-29 Zachary YedidiaOnly perform save callback if save was successful
2020-05-29 Zachary YedidiaAlways use current pane for keybinding actions
2020-05-29 Andrew ClarkeUse "goto -1" to move cursor to end of document. (...
2020-05-20 Zachary YedidiaUse CharacterCount over RuneCount
2020-05-20 Zachary YedidiaMerge branch 'buffer-benchmarks' of https://github...
2020-05-17 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-05-17 Zachary YedidiaAdd support for FindLiteral
2020-05-15 Jeff WarnerAdds command "tabmove ±n", for better tab management...
2020-05-15 dmalukaFix unbind of a rune (#1649)
2020-05-07 Zachary YedidiaFix movelinesup when selection is not complete
2020-05-04 Zachary YedidiaFix v2 import path for go mod
2020-04-30 Zachary YedidiaMerge branch 'jwarner112-jwarner112-copyline'
2020-04-30 Zachary Yedidiagofmt
2020-04-30 Jeff WarnerAdds CopyLine action, the new default action for CtrlC...
2020-04-25 Zachary YedidiaMerge
2020-04-25 Zachary YedidiaBetter actions error message
2020-04-21 Zachary YedidiaMake cursor follow selections
2020-04-21 Zachary YedidiaMerge
2020-04-17 2pacimplemented circular tab movement (#1619)
2020-04-10 Zachary YedidiaMerge
2020-04-10 Ján JančárAdd StartOfTextToggle and SelectToStartOfTextToggle...
2020-04-10 Zachary YedidiaEnsure mouse release before focus change
2020-03-24 Zachary YedidiaRelocate during replace
2020-03-24 Zachary YedidiaMerge
2020-03-24 Zachary YedidiaClarify replace message if replacing in selection
2020-03-24 Hugo LocurcioClarify the Find operation being regex-enabled (#1561)
2020-03-24 Zachary YedidiaFix term emulator crash if invalid exec given
2020-03-05 Zachary YedidiaCopy selection to primary on mouse release
2020-03-03 Zachary YedidiaAdd JumpLine action back
2020-02-25 Zachary YedidiaMerge branch 'buffer-tests' of https://github.com/p...
2020-02-24 Zachary YedidiaUse tabbar color group, and mark modified tabs
2020-02-24 Zachary YedidiaFilename completion for all non-command prompts
2020-02-19 Zachary YedidiaMerge
2020-02-18 Zachary YedidiaUse filecomplete for shell mode
2020-02-15 Zachary YedidiaFix relocation with softwrap on small buffers
2020-02-14 Zachary YedidiaRelocate after rune insert
2020-02-14 Zachary YedidiaMerge
2020-02-14 Zachary YedidiaSearch and replace within a selection
2020-02-13 Zachary YedidiaHandle terminal paste and raw events in info bar
2020-02-13 Zachary YedidiaMerge
2020-02-13 Zachary YedidiaSupport regex capture groups in replace command
2020-02-13 Zachary YedidiaFix gutter offset when softwrap is enabled
2020-02-12 Zachary YedidiaMerge branch 'update-readme' of https://github.com...
2020-02-12 Zachary YedidiaMerge branch 'seitokaichou-autosu'
2020-02-12 Zachary YedidiaMerge branch 'autosu' of https://github.com/seitokaicho...
2020-02-12 Zachary YedidiaMerge branch 'jawahars16-bug-endless-reload-prompt'
2020-02-12 Zachary YedidiaMerge branch 'bug-endless-reload-prompt' of https:...
2020-02-12 Zachary YedidiaIntroduce IndentLine action
2020-02-12 Zachary YedidiaClicking tabbar arrow scrolls and fix multicursor
2020-02-12 Zachary YedidiaExpose OpenLogBuf to plugins
2020-02-12 Zachary YedidiaOnly highlight matching brace if one is found
2020-02-12 Zachary YedidiaDon't block when redraw channel becomes full
2020-02-11 Zachary YedidiaUse filepath.Join more
2020-02-11 Zachary YedidiaMerge branch 'improve-readme' of https://github.com...
2020-02-11 Zachary YedidiaMerge
2020-02-11 Zachary YedidiaTerm should return error on unsupported systems
2020-02-10 Zachary YedidiaMerge branch 'issue_1008' of https://github.com/sum01...
2020-02-10 Zachary YedidiaMerge branch 'diff-gutter' of https://github.com/p...
2020-02-09 Zachary YedidiaDon't autocomplete in the middle of a word
2020-02-09 Zachary YedidiaFix save callbacks
2020-02-09 Zachary YedidiaCreate bindings.json if it does not exist
2020-02-09 Zachary YedidiaMerge
2020-02-09 Zachary YedidiaMinor improvements
2020-02-09 Zachary YedidiaMerge branch 'master' of https://github.com/Paalon...
2020-02-09 Zachary YedidiaMerge pull request #1324 from konsumer/master
2020-02-09 Zachary YedidiaMerge pull request #1321 from zonuexe/add/php-fn-keyword
2020-02-09 Zachary YedidiaMerge pull request #1333 from the-sushi/patch-1
2020-02-09 Zachary YedidiaFix unsplit crash
2020-02-08 Zachary YedidiaMore plugin docs and improve doc formatting
2020-02-08 Zachary YedidiaEnable autosave option
2020-02-08 Zachary YedidiaUse actual lua functions for callbacks instead of strings
2020-02-08 Philipp Emanuel... Add diff gutter
2020-02-08 Zachary YedidiaMerge pull request #1277 from coolreader18/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1423 from caligari87/patch-1
2020-02-08 Zachary YedidiaMerge branch 'fix_defaultkeys_help' of https://github...
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/msiism...
2020-02-08 Zachary YedidiaMerge pull request #1252 from SunflowerFuchs/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1264 from krerkkiat/issue-1237
next