]> git.lizzy.rs Git - micro.git/log
micro.git
4 years agoSupport raw pane
Zachary Yedidia [Sat, 19 Jan 2019 20:37:59 +0000 (15:37 -0500)]
Support raw pane

4 years agoRevert "Use byte slice for insert"
Zachary Yedidia [Thu, 17 Jan 2019 03:32:33 +0000 (22:32 -0500)]
Revert "Use byte slice for insert"

This reverts commit 0c844c2f5b83fda87711cbdefcad47f810d673b3.

4 years agoAdd save and save as
Zachary Yedidia [Thu, 17 Jan 2019 03:15:11 +0000 (22:15 -0500)]
Add save and save as

4 years agoAdd keymenu
Zachary Yedidia [Wed, 16 Jan 2019 23:37:45 +0000 (18:37 -0500)]
Add keymenu

4 years agoFix multi cursor relocate
Zachary Yedidia [Wed, 16 Jan 2019 22:52:30 +0000 (17:52 -0500)]
Fix multi cursor relocate

4 years agoPrompt trim fix
Zachary Yedidia [Wed, 16 Jan 2019 04:11:03 +0000 (23:11 -0500)]
Prompt trim fix

4 years agoAdd search and replace
Zachary Yedidia [Wed, 16 Jan 2019 03:45:28 +0000 (22:45 -0500)]
Add search and replace

4 years agoProper help toggle
Zachary Yedidia [Tue, 15 Jan 2019 22:10:13 +0000 (17:10 -0500)]
Proper help toggle

4 years agoFix yn callback bug
Zachary Yedidia [Tue, 15 Jan 2019 05:24:53 +0000 (00:24 -0500)]
Fix yn callback bug

4 years agoFix fileformat
Zachary Yedidia [Tue, 15 Jan 2019 04:24:49 +0000 (23:24 -0500)]
Fix fileformat

4 years agoAdd retab
Zachary Yedidia [Tue, 15 Jan 2019 03:44:06 +0000 (22:44 -0500)]
Add retab

4 years agoAdd more actions
Zachary Yedidia [Tue, 15 Jan 2019 03:38:59 +0000 (22:38 -0500)]
Add more actions

4 years agoUse byte slice for insert
Zachary Yedidia [Tue, 15 Jan 2019 03:29:24 +0000 (22:29 -0500)]
Use byte slice for insert

4 years agoCorrect infobar and statusline options
Zachary Yedidia [Tue, 15 Jan 2019 03:16:44 +0000 (22:16 -0500)]
Correct infobar and statusline options

4 years agoFix redraw
Zachary Yedidia [Tue, 15 Jan 2019 00:57:19 +0000 (19:57 -0500)]
Fix redraw

4 years agoFix multi buffer same file cursors
Zachary Yedidia [Mon, 14 Jan 2019 21:56:10 +0000 (16:56 -0500)]
Fix multi buffer same file cursors

4 years agoAdd help
Zachary Yedidia [Mon, 14 Jan 2019 21:52:25 +0000 (16:52 -0500)]
Add help

4 years agoAdd bind and unbind commands
Zachary Yedidia [Mon, 14 Jan 2019 21:09:46 +0000 (16:09 -0500)]
Add bind and unbind commands

4 years agoAdd some commands
Zachary Yedidia [Mon, 14 Jan 2019 05:57:39 +0000 (00:57 -0500)]
Add some commands

4 years agoHandle same file open in multiple buffers
Zachary Yedidia [Mon, 14 Jan 2019 05:18:49 +0000 (00:18 -0500)]
Handle same file open in multiple buffers

4 years agoAdd almost full option support
Zachary Yedidia [Mon, 14 Jan 2019 02:06:58 +0000 (21:06 -0500)]
Add almost full option support

4 years agoFix scroll problem
Zachary Yedidia [Sun, 13 Jan 2019 23:34:12 +0000 (18:34 -0500)]
Fix scroll problem

4 years agoAdd term statusline
Zachary Yedidia [Sun, 13 Jan 2019 23:28:24 +0000 (18:28 -0500)]
Add term statusline

4 years agoFix empty splits and single terms
Zachary Yedidia [Sun, 13 Jan 2019 23:18:23 +0000 (18:18 -0500)]
Fix empty splits and single terms

4 years agoAdd raw event support
Zachary Yedidia [Sun, 13 Jan 2019 22:58:08 +0000 (17:58 -0500)]
Add raw event support

4 years agoGutter message support
Zachary Yedidia [Sun, 13 Jan 2019 22:22:11 +0000 (17:22 -0500)]
Gutter message support

4 years agoFix mouse bug
Zachary Yedidia [Sun, 13 Jan 2019 20:04:14 +0000 (15:04 -0500)]
Fix mouse bug

4 years agoOpen default shell if no term args
Zachary Yedidia [Sun, 13 Jan 2019 03:58:16 +0000 (22:58 -0500)]
Open default shell if no term args

4 years agoMove bindings location in code
Zachary Yedidia [Fri, 11 Jan 2019 20:33:16 +0000 (15:33 -0500)]
Move bindings location in code

4 years agoFix small tab problem
Zachary Yedidia [Fri, 11 Jan 2019 20:04:55 +0000 (15:04 -0500)]
Fix small tab problem

4 years agoAlmost done terminal emulator
Zachary Yedidia [Fri, 11 Jan 2019 19:49:22 +0000 (14:49 -0500)]
Almost done terminal emulator

4 years agoStart terminal emulator
Zachary Yedidia [Fri, 11 Jan 2019 02:26:58 +0000 (21:26 -0500)]
Start terminal emulator

4 years agoAdd shell command support
Zachary Yedidia [Thu, 10 Jan 2019 21:37:05 +0000 (16:37 -0500)]
Add shell command support

4 years agoBetter tab mUI
Zachary Yedidia [Thu, 10 Jan 2019 04:44:53 +0000 (23:44 -0500)]
Better tab mUI

4 years agoAdd tabbar and tab mouse support
Zachary Yedidia [Thu, 10 Jan 2019 03:13:50 +0000 (22:13 -0500)]
Add tabbar and tab mouse support

4 years agoBegin tab implementation
Zachary Yedidia [Thu, 10 Jan 2019 01:07:18 +0000 (20:07 -0500)]
Begin tab implementation

4 years agoImplement split resizing
Zachary Yedidia [Wed, 9 Jan 2019 23:06:31 +0000 (18:06 -0500)]
Implement split resizing

4 years agoImplement unsplitting
Zachary Yedidia [Wed, 9 Jan 2019 21:55:00 +0000 (16:55 -0500)]
Implement unsplitting

4 years agoAdd showkey
Zachary Yedidia [Wed, 9 Jan 2019 20:17:51 +0000 (15:17 -0500)]
Add showkey

4 years agoResizing work
Zachary Yedidia [Sun, 6 Jan 2019 00:41:40 +0000 (19:41 -0500)]
Resizing work

4 years agoSplit improvements
Zachary Yedidia [Sat, 5 Jan 2019 21:27:04 +0000 (16:27 -0500)]
Split improvements

4 years agoFix some split bugs
Zachary Yedidia [Sat, 5 Jan 2019 19:09:02 +0000 (14:09 -0500)]
Fix some split bugs

4 years agoMerge cursors after any event
Zachary Yedidia [Sat, 5 Jan 2019 02:50:11 +0000 (21:50 -0500)]
Merge cursors after any event

4 years agoYN callbacks and better multi cursor
Zachary Yedidia [Sat, 5 Jan 2019 02:48:19 +0000 (21:48 -0500)]
YN callbacks and better multi cursor

4 years agoSplit improvements
Zachary Yedidia [Fri, 4 Jan 2019 23:08:11 +0000 (18:08 -0500)]
Split improvements

4 years agoStart working on splits
Zachary Yedidia [Fri, 4 Jan 2019 22:40:56 +0000 (17:40 -0500)]
Start working on splits

4 years agoInfobar history
Zachary Yedidia [Thu, 3 Jan 2019 22:07:28 +0000 (17:07 -0500)]
Infobar history

4 years agoComplete multicursor support
Zachary Yedidia [Thu, 3 Jan 2019 20:59:26 +0000 (15:59 -0500)]
Complete multicursor support

4 years agoFind next and prev
Zachary Yedidia [Thu, 3 Jan 2019 20:35:24 +0000 (15:35 -0500)]
Find next and prev

4 years agoImplement searching
Zachary Yedidia [Thu, 3 Jan 2019 20:27:43 +0000 (15:27 -0500)]
Implement searching

4 years agoAdd multi cursor support
Zachary Yedidia [Thu, 3 Jan 2019 04:26:40 +0000 (23:26 -0500)]
Add multi cursor support

4 years agoFix infobar prompt
Zachary Yedidia [Thu, 3 Jan 2019 01:57:27 +0000 (20:57 -0500)]
Fix infobar prompt

4 years agoWorking horizontal scrolling
Zachary Yedidia [Thu, 3 Jan 2019 01:07:48 +0000 (20:07 -0500)]
Working horizontal scrolling

4 years agoFix sub bug
Zachary Yedidia [Wed, 2 Jan 2019 22:48:50 +0000 (17:48 -0500)]
Fix sub bug

4 years agoAdd mouse support
Zachary Yedidia [Wed, 2 Jan 2019 22:39:50 +0000 (17:39 -0500)]
Add mouse support

4 years agoFinish non global actions
Zachary Yedidia [Wed, 2 Jan 2019 21:27:27 +0000 (16:27 -0500)]
Finish non global actions

4 years agoFix error
Zachary Yedidia [Wed, 2 Jan 2019 21:04:41 +0000 (16:04 -0500)]
Fix error

4 years agoStart implementing commands
Zachary Yedidia [Wed, 2 Jan 2019 04:29:25 +0000 (23:29 -0500)]
Start implementing commands

4 years agoReorganize info bar
Zachary Yedidia [Wed, 2 Jan 2019 03:36:12 +0000 (22:36 -0500)]
Reorganize info bar

4 years agoMinor infobar improvements
Zachary Yedidia [Tue, 1 Jan 2019 22:54:29 +0000 (17:54 -0500)]
Minor infobar improvements

4 years agoInfobar prompts
Zachary Yedidia [Tue, 1 Jan 2019 04:47:24 +0000 (23:47 -0500)]
Infobar prompts

4 years agoAdd infobar
Zachary Yedidia [Tue, 1 Jan 2019 03:07:01 +0000 (22:07 -0500)]
Add infobar

4 years agoMore actions and view relocation
Zachary Yedidia [Mon, 31 Dec 2018 21:36:54 +0000 (16:36 -0500)]
More actions and view relocation

4 years agoAdd some comments
Zachary Yedidia [Mon, 31 Dec 2018 19:46:04 +0000 (14:46 -0500)]
Add some comments

4 years agoRehighlighting
Zachary Yedidia [Sat, 8 Sep 2018 21:04:26 +0000 (17:04 -0400)]
Rehighlighting

4 years agoAdd some more actions
Zachary Yedidia [Mon, 3 Sep 2018 20:54:56 +0000 (16:54 -0400)]
Add some more actions

4 years agoFix serialization
Zachary Yedidia [Thu, 30 Aug 2018 00:53:40 +0000 (20:53 -0400)]
Fix serialization

4 years agoMore actions
Zachary Yedidia [Wed, 29 Aug 2018 03:30:39 +0000 (23:30 -0400)]
More actions

4 years agoMore actions and window organization
Zachary Yedidia [Tue, 28 Aug 2018 22:44:52 +0000 (18:44 -0400)]
More actions and window organization

4 years agoSynchronize screen
Zachary Yedidia [Tue, 28 Aug 2018 18:24:59 +0000 (14:24 -0400)]
Synchronize screen

4 years agoAction subpackage
Zachary Yedidia [Mon, 27 Aug 2018 23:53:08 +0000 (19:53 -0400)]
Action subpackage

4 years agoCursor improvements
Zachary Yedidia [Mon, 27 Aug 2018 21:55:28 +0000 (17:55 -0400)]
Cursor improvements

4 years agoReorganize file structure
Zachary Yedidia [Mon, 27 Aug 2018 19:53:10 +0000 (15:53 -0400)]
Reorganize file structure

4 years agoStart refactor
Zachary Yedidia [Sun, 26 Aug 2018 03:06:44 +0000 (23:06 -0400)]
Start refactor

4 years agoUpdate readme
Zachary Yedidia [Wed, 25 Dec 2019 21:17:31 +0000 (16:17 -0500)]
Update readme

4 years agoMerge pull request #1363 from andradei/patch-1
Zachary Yedidia [Thu, 19 Dec 2019 15:23:48 +0000 (10:23 -0500)]
Merge pull request #1363 from andradei/patch-1

Separate keys with + sign for consistency

4 years agoMerge pull request #1410 from serge-v/textfilter
Zachary Yedidia [Thu, 19 Dec 2019 15:15:49 +0000 (10:15 -0500)]
Merge pull request #1410 from serge-v/textfilter

Add textfilter command

4 years agoMerge pull request #1409 from serge-v/syntax
Zachary Yedidia [Thu, 19 Dec 2019 15:05:38 +0000 (10:05 -0500)]
Merge pull request #1409 from serge-v/syntax

Add mc, godoc, proto syntax files

4 years agoMerge pull request #1415 from dullbananas/master
Zachary Yedidia [Thu, 19 Dec 2019 15:05:30 +0000 (10:05 -0500)]
Merge pull request #1415 from dullbananas/master

Improve syntax files

4 years agoMerge pull request #1421 from j-mortara/master
Zachary Yedidia [Thu, 19 Dec 2019 15:01:28 +0000 (10:01 -0500)]
Merge pull request #1421 from j-mortara/master

Corrected tex comment start separator

4 years agoCorrected tex comment start separator
Johann Mortara [Fri, 29 Nov 2019 11:05:54 +0000 (12:05 +0100)]
Corrected tex comment start separator

4 years agoMerge branch 'master' into master
Dull Bananas [Sat, 16 Nov 2019 01:46:13 +0000 (18:46 -0700)]
Merge branch 'master' into master

4 years agoImprove JavaScript syntax
Dull Bananas [Sat, 16 Nov 2019 01:42:17 +0000 (18:42 -0700)]
Improve JavaScript syntax

4 years agoRemove old code
Dull Bananas [Sat, 16 Nov 2019 01:38:33 +0000 (18:38 -0700)]
Remove old code

4 years agoAdd jinja syntax
Dull Bananas [Sat, 16 Nov 2019 01:37:41 +0000 (18:37 -0700)]
Add jinja syntax

4 years agoAdd proto syntax file
Serge Voilokov [Wed, 6 Nov 2019 12:23:04 +0000 (07:23 -0500)]
Add proto syntax file

4 years agoAdd textfilter command
Serge Voilokov [Wed, 6 Nov 2019 04:27:35 +0000 (23:27 -0500)]
Add textfilter command

4 years agoAdd mc, godoc syntax files
Serge Voilokov [Wed, 6 Nov 2019 03:57:36 +0000 (22:57 -0500)]
Add mc, godoc syntax files

4 years agoSeparate keys with + sign for consistency
Isaac Andrade [Wed, 31 Jul 2019 18:48:51 +0000 (12:48 -0600)]
Separate keys with + sign for consistency

Some textual changes (without changing formatting) were made to table header lines.
This is a tiny and almost inconsequential change to improve readability.

4 years agoMerge pull request #1340 from dullbananas/improve-help
Zachary Yedidia [Fri, 26 Jul 2019 02:58:50 +0000 (19:58 -0700)]
Merge pull request #1340 from dullbananas/improve-help

Add detail to help

4 years agoMerge pull request #1356 from dullbananas/master
Zachary Yedidia [Fri, 26 Jul 2019 02:58:08 +0000 (19:58 -0700)]
Merge pull request #1356 from dullbananas/master

Add missing keywords for Python syntax

4 years ago( #1358 ) add vue single-file component syntax highlighting (#1359)
Patrick Weingärtner [Fri, 26 Jul 2019 02:57:53 +0000 (04:57 +0200)]
( #1358 ) add vue single-file component syntax highlighting  (#1359)

* add vue single-file component syntax highlighting

* remove unnecessary new line

4 years agoMerge pull request #1360 from Lisiadito/js
Zachary Yedidia [Fri, 26 Jul 2019 02:57:33 +0000 (19:57 -0700)]
Merge pull request #1360 from Lisiadito/js

add TODO to javascript highlighting

4 years agoadd TODO to JS highlighting
Patrick Weingaertner [Thu, 25 Jul 2019 21:22:15 +0000 (23:22 +0200)]
add TODO to JS highlighting

4 years agoAdded Ziglang syntax support (#1354)
Antonino Siena [Sat, 6 Jul 2019 05:51:12 +0000 (07:51 +0200)]
Added Ziglang syntax support (#1354)

* Added Ziglang syntax support

* Removed unused constant string markup

* Added 'fn' as keyword

* Added constant matching ending with numbers and proper hexadecimal matching

* Added missing types

* Added all keywords in alphabetical order

4 years agoMerge pull request #1353 from jakobnissen/master
Zachary Yedidia [Sat, 6 Jul 2019 05:50:58 +0000 (01:50 -0400)]
Merge pull request #1353 from jakobnissen/master

Updated Julia number and string syntax highlighting

4 years agoMerge pull request #1352 from Akito13/master
Zachary Yedidia [Sat, 6 Jul 2019 05:50:46 +0000 (01:50 -0400)]
Merge pull request #1352 from Akito13/master

Additional file extensions

4 years agoMerge pull request #1331 from corbuntus/master
Zachary Yedidia [Sat, 6 Jul 2019 05:50:28 +0000 (01:50 -0400)]
Merge pull request #1331 from corbuntus/master

Dlang character syntax highlighting

4 years agoMerge pull request #1310 from coolreader18/elm-syntax
Zachary Yedidia [Sat, 6 Jul 2019 05:49:57 +0000 (01:49 -0400)]
Merge pull request #1310 from coolreader18/elm-syntax

Add Elm syntax file

5 years agoAdd missing keywords for Python syntax
Dull Bananas [Wed, 3 Jul 2019 23:53:53 +0000 (16:53 -0700)]
Add missing keywords for Python syntax