zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

alt + . in insert mode doesn't substitute to last argument!

Open d9k opened this issue 7 months ago • 4 comments

General information

> zvm_system_report
- Terminal program: tmux 3.2a (screen-256color)
- Operating system: Linux (5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 GNU/Linux)
- ZSH framework: none
- ZSH version: zsh 5.8.1 (x86_64-ubuntu-linux-gnu)
- ZVM version: zsh-vi-mode 0.11.0 (c69df2c, 2023-03-07 16:52:25 -0500)

Problem description

alt + . in insert mode doesn't substitute to last argument! Very inconvenient.

> ls Backup
> ls
# I press <Alt+.>
> lsls  Bac//sls`

d9k avatar Jul 16 '24 18:07 d9k