You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the plugin prevents the expansion feature from working properly. I had a quick look at the plugin code source, and it seems the bindings defined here are being overwritten.
Add zsh-vi-mode plugin to your plugins list in .zimrc, after input module
zmodule input
# Vi mode
zmodule jeffreytse/zsh-vi-mode
Make sure double-dot expansion feature is enabled in .zshrc (should be done before module init):
# --------------------
# Module configuration
# --------------------
#
# input
#
# Append `../` to your input for each `.` you type after an initial `..`
zstyle ':zim:input' double-dot-expand yes
Expected behavior
This is what's happening with and withoutout the plugin when typing adding . to .. :
General information
zvm_system_report
, but I am using zim)Basic examination
Problem description
It seems the plugin prevents the expansion feature from working properly. I had a quick look at the plugin code source, and it seems the bindings defined here are being overwritten.
Reproduction steps
zsh-vi-mode
plugin to your plugins list in.zimrc
, afterinput
module.zshrc
(should be done before module init):Expected behavior
This is what's happening with and withoutout the plugin when typing adding
.
to..
:Enregistrement.de.l.ecran.2025-01-11.a.12.48.59.mov
The text was updated successfully, but these errors were encountered: