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
When I type Vietnamese in telescope-nvim using ibus-bamboo IME, if I type a diacritics, it will auto change to normal mode.
Neovim version
NVIM v0.11.0-dev-1238+g66bb1e577c
Build type: RelWithDebInfo
LuaJIT 2.1.1731601260
Run "nvim -V1 -v" for more info
Operating system and version
Kubuntu 24.04.1
Telescope version / branch / rev
branch main
checkhealth telescope
Checking for required plugins ~
- OK plenary installed.
- OK nvim-treesitter installed.
Checking external dependencies ~
- OK rg: found ripgrep 14.1.0
- OK fd: found (unknown version)
===== Installed extensions ===== ~
In Neovim, enter insert mode, press to change to Vietnamese keyboard (the one with the symbol V. Then press ~ to change input method to 3, 5 or 6 (they are the only modes that work with Neovim's insert mode)
Run Telescope, enter Insert mode and try typing xin.
Expected behavior
No response
Actual behavior
After you type the character n, it automatically change to normal mode. This never happens when I use insert mode in a normal buffer of Neovim.
I don't understand how insert mode in Telescope work, but it seems to have some difference from the insert mode of normal Neovim buffer that cause this error.
ibhagwan/fzf-lua use Terminal mode instead of insert mode for it, and I have never accounted any errors.
Description
When I type Vietnamese in telescope-nvim using ibus-bamboo IME, if I type a diacritics, it will auto change to normal mode.
Neovim version
Operating system and version
Kubuntu 24.04.1
Telescope version / branch / rev
branch main
checkhealth telescope
Steps to reproduce
V
. Then press~
to change input method to 3, 5 or 6 (they are the only modes that work with Neovim's insert mode)Telescope
, enter Insert mode and try typingxin
.Expected behavior
No response
Actual behavior
After you type the character
n
, it automatically change to normal mode. This never happens when I use insert mode in a normal buffer of Neovim.I don't understand how insert mode in Telescope work, but it seems to have some difference from the insert mode of normal Neovim buffer that cause this error.
ibhagwan/fzf-lua
use Terminal mode instead of insert mode for it, and I have never accounted any errors.Minimal config
The text was updated successfully, but these errors were encountered: