Commit graph

320 commits

Author SHA1 Message Date
Aaron Lichtman 55d8e061d5
Merge pull request #15 from bosper351/patch-1
Some checks failed
Lint / commit (push) Has been cancelled
Lint / lint (push) Has been cancelled
2026-05-25 16:45:01 -07:00
bosper351 73a32f1d86
Fix README.md link to hsmw-highlight styles
Fix hyperlink reference to HSMW_HIGHLIGH_STYLES definition.
2026-05-25 20:32:47 +02:00
vladislav doster c4dcddc1cd
feat: add lint gh action workflow (#9) 2023-04-15 23:46:10 -05:00
vladislav doster 458e75c16d
style: format zsh and markdown to zinit convention (#8)
* style: format zsh & markdown files and update copyright notice

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-07-01 10:41:59 -05:00
snaeil 698e889ebc
[docs]: add install & usage info for Sheldon (#7)
Authored by: @snaeil
2022-06-24 16:56:58 -05:00
Philipp Schmitt 5b44d8cea1
Merge pull request #3 from zdharma-continuum/gitter 2021-11-12 20:31:23 +01:00
Philipp Schmitt 5f26474ab3
Replace IRC with Gitter 2021-11-12 18:28:53 +01:00
Philipp Schmitt 4b42a4a57d
Update repo url 2021-11-10 18:44:56 +01:00
Philipp Schmitt d493edec6d
Update url 2021-11-10 18:27:28 +01:00
Aaron Lichtman 6b1e8e352a
Merge pull request #2 from pschmitt/main 2021-11-08 22:38:14 -06:00
Philipp Schmitt 95e8f315d4
Update links and replace references to zplugin by zinit 2021-11-08 18:15:54 +01:00
Aaron Lichtman a87074cf0c
Update README.md 2021-11-01 04:55:06 -05:00
Sebastian Gniazdowski f4efe71dbf README.md 2020-07-14 21:16:26 +02:00
Sebastian Gniazdowski f99f954fe4 Add support for […] patterns. 2020-07-14 21:11:54 +02:00
Sebastian Gniazdowski 5c884b6d2c hsmw: Reorganize zle calls 2020-03-06 07:20:32 +01:00
Sebastian Gniazdowski 71e00938a7 plugin.zsh: Standard $0 handling and $fpath extending 2020-01-25 00:55:07 +01:00
Sebastian Gniazdowski d343cd0d7f plugin.zsh: Don't override the settings if they're are already altered
Issue #22
2020-01-21 22:26:11 +01:00
Sebastian Gniazdowski 9460dff3d2 hsmw: Trigger syntax-highlighting after selecting 2020-01-17 05:09:14 +01:00
Sebastian Gniazdowski ee864ea9a5 hsmw: Test for line-pre-redraw first
Issue #20
2020-01-15 02:59:14 +01:00
Sebastian Gniazdowski cb3755a089 hsmw: Block zle-line-pre-redraw to achieve Powerlevel10k compatibility 2020-01-14 02:28:12 +01:00
Sebastian Gniazdowski 3af4990b9b hsmw: Add comment 2020-01-14 02:27:43 +01:00
Sebastian Gniazdowski 0713e6dd8a Updated README.md 2019-10-28 14:25:43 +01:00
Sebastian Gniazdowski 6efbcce604 hsmw: ^ (if first) matches beginning of the string, $ (if last), the end 2019-10-28 14:21:45 +01:00
Sebastian Gniazdowski ab2cb3444b *ctx*: Correct handling of the list boundaries 2019-07-07 10:53:28 +02:00
Sebastian Gniazdowski 7997c62697 Updated README.md 2019-04-20 21:02:08 +02:00
Sebastian Gniazdowski 159aaa5e72 Update for pre-redraw hook enabled Fast-Syntax-Highlighting 2018-10-09 12:54:48 +02:00
Sebastian Gniazdowski 305ba45bc5 DONATIONS.md 2018-08-28 22:19:42 +02:00
Sebastian Gniazdowski 01d97c4aed Updated README.md 2018-08-28 10:12:38 +02:00
psprint ebe3c240c9
Merge pull request #11 from isac322/master
Added installation guide for ArchLinux
2018-08-04 22:26:00 +02:00
Sebastian Gniazdowski f4a1c8fdf5 Updated README.md #12 2018-08-04 17:33:04 +02:00
Sebastian Gniazdowski 9745d3d67a hsmw: reset-prompt-protect zstyle – allow users to run zle reset-prompt
Set:
    zstyle :plugin:history-search-multi-word reset-prompt-protect 1
to be able to use `zle reset-prompt' in your e.g. sched calls, in
presence of zdharma/fast-syntax-highlighting, zsh-users/zsh-syntax-high-
lighting, zsh-users/zsh-autosuggestions and other plugins that hook up
into Zshell by overloading Zle widgets. In general, HSMW should be
loaded in bulk (no gap) with all those plugins, right before them.

Issue #12
2018-08-04 17:23:44 +02:00
Sebastian Gniazdowski ce48a53e36 hsmw: More typo-like lackings of % substitution
Issue #12, not directly related, but discovered at time of examining it
2018-08-04 16:32:17 +02:00
Sebastian Gniazdowski ace6f6ee56 Updated README.md 2018-08-04 16:27:50 +02:00
Sebastian Gniazdowski 7e2d79bb01 hsmw: A somewhat typo, missing % substitution
Issue #12, not directly related, but discovered at time of examining it
2018-08-04 16:20:41 +02:00
Byeonghoon Yoo 71eb7487b7
Added installation guide for ArchLinux
Added installation guide for ArchLinux on README.md
2018-08-03 16:22:19 +09:00
Sebastian Gniazdowski 73e7ea47b9 plugin.zsh: Don't use ZERO, but 0 instead 2018-06-01 09:48:43 +02:00
Sebastian Gniazdowski 4cde68a196 *-highlight: (k) subscript flag is sufficient, no need for (K) 2018-05-25 19:51:22 +02:00
Sebastian Gniazdowski d79531331f *-highlight: FAST_BLIST_PATTERNS 2018-05-25 17:18:31 +02:00
psprint 1d4d584c45
Merge pull request #9 from kapsh/readme
readme: update links to psprint user
2018-04-29 18:55:32 +02:00
Alexander Kapshuna 99c8b9e715 readme: update links to psprint user 2018-04-29 18:39:50 +03:00
Sebastian Gniazdowski 2a593787b2 *highlight: Highlight path at command position if it leads to directory 2018-03-17 07:51:48 +01:00
Sebastian Gniazdowski 517ae74172 *highlight: Correctly highlight complex [[ conditions 2018-03-17 07:49:00 +01:00
Sebastian Gniazdowski 6763e91914 Updated README.md 2018-01-05 16:24:46 +01:00
Sebastian Gniazdowski a9e10d0732 Updated README.md 2018-01-05 16:20:34 +01:00
Sebastian Gniazdowski 96d27fcd69 hsmw: Fix warncreateglobal warning 2017-10-18 13:39:37 +02:00
Sebastian Gniazdowski a7b5e92100 Updated README.md (NEWS) 2017-06-13 07:23:59 +02:00
Sebastian Gniazdowski 74eb3c46f2 Zstyle to configure if BUFFER should be cleared, default false 2017-06-13 07:20:01 +02:00
Sebastian Gniazdowski 3624e8e8c1 hsmw: Indent whole file via Emacs 2017-06-13 06:57:54 +02:00
Sebastian Gniazdowski 14d0704d91 Emacs mode-lines for all files 2017-06-13 06:50:47 +02:00
Sebastian Gniazdowski bc12fd9bea Updated README.md (PayPal button) 2017-05-23 18:47:16 +02:00