]> git.lizzy.rs Git - micro.git/history - internal/action/command.go
Merge
[micro.git] / internal / action / command.go
2020-07-05 Zachary YedidiaMerge
2020-07-05 Zachary YedidiaAdd support for copy-paste via OSC 52
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 YedidiaStart replacement search at cursor location
2020-06-09 Zachary YedidiaMerge branch 'settings-config'
2020-06-09 Zachary YedidiaDon't apply cli options to settings.json
2020-06-07 Zachary YedidiaVerify that all settings have correct type
2020-06-03 Zachary YedidiaMerge
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-15 Jeff WarnerAdds command "tabmove ±n", for better tab management...
2020-05-04 Zachary YedidiaFix v2 import path for go mod
2020-04-25 Zachary YedidiaMerge
2020-04-21 Zachary YedidiaMake cursor follow selections
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 Zachary YedidiaFix term emulator crash if invalid exec given
2020-02-14 Zachary YedidiaMerge
2020-02-14 Zachary YedidiaSearch and replace within a selection
2020-02-13 Zachary YedidiaMerge
2020-02-13 Zachary YedidiaSupport regex capture groups in replace command
2020-02-12 Zachary YedidiaMerge branch 'update-readme' of https://github.com...
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 YedidiaExpose OpenLogBuf to plugins
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 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-08 Zachary YedidiaEnable autosave option
2020-02-08 Zachary YedidiaUse actual lua functions for callbacks instead of strings
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 'master' of https://github.com/dbeef/micro...
2020-02-05 Zachary YedidiaAllow plugins to resize panes
2020-02-02 Zachary YedidiaAdd support for plugin manager within micro
2020-02-02 Zachary YedidiaAdd plugin manager
2020-01-21 Zachary YedidiaMake readonly and filetype local-only
2020-01-06 Zachary YedidiaProperly handle empty args with new shellquote lib
2020-01-03 Zachary YedidiaSet filetype to 'off' to disable completely
2020-01-02 Zachary YedidiaReplace shellwords with shellquote
2020-01-02 Zachary YedidiaSome documentation updates
2020-01-02 Zachary YedidiaMerge
2020-01-02 Zachary YedidiaAdd "paste" option to enable aggressive pasting
2019-12-31 Zachary YedidiaMerge
2019-12-30 Zachary YedidiaMerge pull request #1327 from Osmose/git-commit-diff
2019-12-30 Zachary YedidiaMerge pull request #1437 from serebit/patch-2
2019-12-30 Zachary YedidiaMerge branch 'fix-xml-highlighting' of https://github...
2019-12-30 Zachary YedidiaMerge pull request #1386 from jncraton/docfix
2019-12-30 Zachary YedidiaMerge branch 'master' into patch-1
2019-12-30 Zachary YedidiaMerge pull request #1361 from Lisiadito/master
2019-12-30 Zachary YedidiaMerge pull request #1287 from didactic-drunk/ruby_syntax
2019-12-30 Zachary YedidiaMerge branch 'master' into highlight-nimscript
2019-12-30 Zachary YedidiaMerge pull request #1315 from matbesancon/patch-1
2019-12-30 Zachary YedidiaMerge pull request #1406 from LeapofAzzam/LeapofAzzam...
2019-12-30 Zachary YedidiaMerge pull request #1412 from tommyshem/batSyntaxHighli...
2019-12-30 Zachary YedidiaMerge pull request #1426 from Nergel3/master
2019-12-30 Zachary YedidiaFix some formatting
2019-12-27 Zachary YedidiaSearch and replace fixes
2019-12-26 Zachary YedidiaRemove autosave option
2019-12-25 Zachary YedidiaLua prompt support and plugin improvements
2019-12-25 Zachary YedidiaFix goto issue
2019-12-25 Zachary YedidiaAdd textfilter command
2019-12-25 Zachary YedidiaTerminal plugin callback support
2019-12-25 Zachary YedidiaSmall improvement for replace command
2019-12-25 Zachary YedidiaAdd plugin info.json support
2019-12-25 Zachary YedidiaAdd log and plugin list command
2019-12-25 Zachary YedidiaFix minor autosave race condition
2019-12-25 Zachary YedidiaAdd autosave option
2019-12-25 Zachary YedidiaRemove local settings
2019-12-25 Zachary YedidiaAdd literate plugin support
2019-12-25 Zachary YedidiaAdd goto command
2019-12-25 Zachary YedidiaFull extensible linter support
2019-12-25 Zachary YedidiaAdd linter plugin support
2019-12-25 Zachary YedidiaAllow any plugin to be enabled or disabled via settings
2019-12-25 Zachary YedidiaAdd reset command and statusline format string options
2019-12-25 Zachary YedidiaAdd hidehelp support
2019-12-25 Zachary YedidiaChange project layout and use go.mod