From a570d168d145f44ac44b9a2c60b7a089dad65f87 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 8 Dec 2025 21:00:24 +0800 Subject: Add crossterm dependency and implement jvii editor - Add crossterm crate for terminal UI capabilities - Update jvii editor with proper status bar and keyboard hints - Add i18n support for editor interface - Remove default nano editor configuration from shell scripts --- scripts/jv_cli.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/jv_cli.ps1') diff --git a/scripts/jv_cli.ps1 b/scripts/jv_cli.ps1 index 123e28d..8e16646 100644 --- a/scripts/jv_cli.ps1 +++ b/scripts/jv_cli.ps1 @@ -15,7 +15,7 @@ $env:JV_AUTO_UPDATE = "yes" # Use JV_TEXT_EDITOR to set text editor for `jv track --work` `jv align --work` # DEFAULT: $EDITOR environment variable, falling back to "jvii" if not set -$env:JV_TEXT_EDITOR = "nano" +# $env:JV_TEXT_EDITOR = "nano" ############### ### ALIASES ### -- cgit