GNU bug report logs - #78869
[PATCH] gnu: Add zsh-vi-mode.

Previous Next

Package: guix-patches;

Reported by: Skylar Hill <stellarskylark <at> posteo.net>

Date: Mon, 23 Jun 2025 06:32:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

To reply to this bug, email your comments to 78869 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78869; Package guix-patches. (Mon, 23 Jun 2025 06:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Skylar Hill <stellarskylark <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 23 Jun 2025 06:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Skylar Hill <stellarskylark <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Skylar Hill <stellarskylark <at> posteo.net>
Subject: [PATCH] gnu: Add zsh-vi-mode.
Date: Mon, 23 Jun 2025 06:29:20 +0000
* gnu/packages/shellutils.scm (zsh-vi-mode): New variable.
---
 gnu/packages/shellutils.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 33336e6694..07afa10250 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2024 Brian Kubisiak <brian <at> kubisiak.com>
 ;;; Copyright © 2024 Jordan Moore <lockbox <at> struct.foo>
+;;; Copyright © 2025 Skylar Hill <stellarskylark <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -347,6 +348,30 @@ (define-public zsh-syntax-highlighting
 particularly in catching syntax errors.")
     (license license:bsd-3)))
 
+(define-public zsh-vi-mode
+  (package
+    (name "zsh-vi-mode")
+    (version "0.11.0")
+    (home-page "https://github.com/jeffreytse/zsh-vi-mode")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jeffreytse/zsh-vi-mode")
+             (commit (string-append "v" version))))
+       (sha256
+        "0bs5p6p5846hcgf3rb234yzq87rfjs18gfha9w0y0nf5jif23dy5")))
+    (build-system copy-build-system)
+    (arguments
+     (list
+      #:install-plan
+      #~'(("zsh-vi-mode.zsh" "share/zsh/plugins/zsh-vi-mode/")
+          ("zsh-vi-mode.plugin.zsh" "share/zsh/plugins/zsh-vi-mode/"))))
+    (synopsis "Plugin to improve vi keybindings in zsh")
+    (description "zsh vimkey plugin with more features, which more closely
+matches the standard behavior of vim.")
+    (license license:expat)))
+
 (define-public grml-zsh-config
   (package
     (name "grml-zsh-config")

base-commit: 56344729cd07c76d5133047f2866237bbb08dced
prerequisite-patch-id: 3fec04fa2a12083bb04816507fd9c714478c44bd
prerequisite-patch-id: 3f9fb0f28f0c6784a17c268364446ef507188d84
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78869; Package guix-patches. (Fri, 22 Aug 2025 13:49:03 GMT) Full text and rfc822 format available.

Message #8 received at 78869 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Skylar Hill <stellarskylark <at> posteo.net>, 78869 <at> debbugs.gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>,
 Skylar Hill <stellarskylark <at> posteo.net>
Subject: Re: [bug#78869] [PATCH] gnu: Add zsh-vi-mode.
Date: Fri, 22 Aug 2025 14:03:27 +0200
Hi,

Friendly ping on this patch.

Sorry Efraim, I CC you because you are the only Vim user I know. ;-)


On Mon, 23 Jun 2025 at 06:29, Skylar Hill <stellarskylark <at> posteo.net> wrote:

> * gnu/packages/shellutils.scm (zsh-vi-mode): New variable.
> ---
>  gnu/packages/shellutils.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
> index 33336e6694..07afa10250 100644
> --- a/gnu/packages/shellutils.scm
> +++ b/gnu/packages/shellutils.scm
> @@ -21,6 +21,7 @@
>  ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
>  ;;; Copyright © 2024 Brian Kubisiak <brian <at> kubisiak.com>
>  ;;; Copyright © 2024 Jordan Moore <lockbox <at> struct.foo>
> +;;; Copyright © 2025 Skylar Hill <stellarskylark <at> posteo.net>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -347,6 +348,30 @@ (define-public zsh-syntax-highlighting
>  particularly in catching syntax errors.")
>      (license license:bsd-3)))
>  
> +(define-public zsh-vi-mode
> +  (package
> +    (name "zsh-vi-mode")
> +    (version "0.11.0")
> +    (home-page "https://github.com/jeffreytse/zsh-vi-mode")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/jeffreytse/zsh-vi-mode")
> +             (commit (string-append "v" version))))
> +       (sha256
> +        "0bs5p6p5846hcgf3rb234yzq87rfjs18gfha9w0y0nf5jif23dy5")))
> +    (build-system copy-build-system)
> +    (arguments
> +     (list
> +      #:install-plan
> +      #~'(("zsh-vi-mode.zsh" "share/zsh/plugins/zsh-vi-mode/")
> +          ("zsh-vi-mode.plugin.zsh" "share/zsh/plugins/zsh-vi-mode/"))))
> +    (synopsis "Plugin to improve vi keybindings in zsh")
> +    (description "zsh vimkey plugin with more features, which more closely
> +matches the standard behavior of vim.")
> +    (license license:expat)))
> +
>  (define-public grml-zsh-config
>    (package
>      (name "grml-zsh-config")
>
> base-commit: 56344729cd07c76d5133047f2866237bbb08dced
> prerequisite-patch-id: 3fec04fa2a12083bb04816507fd9c714478c44bd
> prerequisite-patch-id: 3f9fb0f28f0c6784a17c268364446ef507188d84
> -- 
> 2.49.0

Cheers,
simon




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Fri, 22 Aug 2025 14:58:01 GMT) Full text and rfc822 format available.

Notification sent to Skylar Hill <stellarskylark <at> posteo.net>:
bug acknowledged by developer. (Fri, 22 Aug 2025 14:58:02 GMT) Full text and rfc822 format available.

Message #13 received at 78869-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 78869-done <at> debbugs.gnu.org, Skylar Hill <stellarskylark <at> posteo.net>
Subject: Re: [bug#78869] [PATCH] gnu: Add zsh-vi-mode.
Date: Fri, 22 Aug 2025 17:56:56 +0300
[Message part 1 (text/plain, inline)]
On Fri, Aug 22, 2025 at 02:03:27PM +0200, Simon Tournier wrote:
> Hi,
> 
> Friendly ping on this patch.
> 
> Sorry Efraim, I CC you because you are the only Vim user I know. ;-)
> 

This seems more like a zsh package than a vim package :)

It seems to follow the layout of the other zsh plugins and otherwise
looks good to me.  Patch pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.