]> git.lizzy.rs Git - micro.git/history - internal/action/actions.go
Add autoretab
[micro.git] / internal / action / actions.go
2022-07-24 Lincoln JúniorFix cursor position change after CopyLine command ...
2022-07-24 worldmakerFix weird behavior of JumpToMatchingBrace in some ill...
2022-07-24 Zachary YedidiaMerge branch 'patch-1' of https://github.com/mardukbp...
2021-09-28 Dmitry MalukaSupport for highlighting all search matches (hlsearch...
2021-09-24 Ryan WestlundFix #1943: 'Duplicated line' message being wrong (...
2021-08-21 Zachary YedidiaMore style improvements
2021-08-21 Zachary YedidiaMerge
2021-08-20 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2021-08-20 Zachary YedidiaFix save with sudo auto-detection and sudo/doas message
2021-06-17 Zachary YedidiaMerge
2021-06-09 Dmitry Malukafind: select prefilled text (#2127)
2021-06-02 Ali Kefiafind: prefill with selection (#2115)
2021-05-12 Zachary YedidiaMerge pull request #2076 from dmaluka/softwrap-improvement2
2021-04-21 Zachary YedidiaMerge
2021-04-08 Dmitry MalukaReplace BufWidth & BufHeight with BufView
2021-04-08 Dmitry MalukaImplement moving cursor up/down within a wrapped line
2021-04-08 Dmitry MalukaAdd BufWidth and BufHeight
2021-04-07 Dmitry MalukaFix softwrap scrolling issues (#1981)
2021-03-02 Zachary YedidiaMerge
2021-03-02 Zachary YedidiaAdd ForceQuit action
2021-01-27 Zachary YedidiaMerge branch 'ilius-PR-find-on-type'
2021-01-27 Zachary YedidiaRename to incsearch
2021-01-27 Zachary YedidiaMerge branch 'PR-find-on-type' of https://github.com...
2021-01-09 Siddhant N TrivediFix some quality issues (#1914)
2021-01-04 Saeed Rasooliadd settings option "findontype" to allow disabling...
2020-12-27 Zachary YedidiaMerge branch 'python-highlight-zero' of https://github...
2020-12-27 worldmakerfix the missing break in JumpToMatchingBrace (#1960)
2020-09-16 Sourya VatsyayanFix quality issues (#1856)
2020-09-05 Zachary YedidiaUpdate to tcell v2
2020-08-12 Zachary YedidiaMerge
2020-08-12 Zachary YedidiaDon't auto-relocate mouse events
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 YedidiaRebind escape to clear info and deselect
2020-06-23 Zachary YedidiaAdd Search function to BufPane
2020-06-08 Zachary YedidiaMerge
2020-06-08 Zachary YedidiaOnly start autocompletion for alphanumerics
2020-06-03 Zachary YedidiaMerge
2020-05-29 Zachary YedidiaOnly perform save callback if save was successful
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-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-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-03-24 Zachary YedidiaMerge
2020-03-24 Hugo LocurcioClarify the Find operation being regex-enabled (#1561)
2020-03-03 Zachary YedidiaAdd JumpLine action back
2020-02-15 Zachary YedidiaFix relocation with softwrap on small buffers
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 'bug-endless-reload-prompt' of https:...
2020-02-12 Zachary YedidiaIntroduce IndentLine action
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 YedidiaMerge branch 'improve-readme' of https://github.com...
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 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 YedidiaEnable autosave option
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
2020-02-08 Zachary YedidiaMerge
2020-02-08 Zachary YedidiaMerge branch 'dbeef-master'
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/dbeef/micro...
2020-02-02 Zachary YedidiaFix cycleback in infopane
2020-01-26 Zachary YedidiaDon't indent empty lines
2020-01-25 Zachary YedidiaSplit the actions StartOfLine and StartOfText
2020-01-06 Zachary YedidiaProperly handle empty args with new shellquote lib
2020-01-04 Zachary YedidiaAdd cycleautocompleteback action
2020-01-03 Zachary YedidiaFix save callback issue
2020-01-02 Zachary YedidiaReplace shellwords with shellquote
2020-01-01 Zachary YedidiaUse upstream updated zyedidia tcell
2019-12-31 Zachary YedidiaSwitch to gdamore/tcell
2019-12-31 Zachary YedidiaMerge
2019-12-31 Zachary YedidiaMerge
next