LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

Unable to paste text into the popup window in mobaxterm

Open MrRen-sdhm opened this issue 2 years ago • 5 comments

  • vim or neovim?
    • [ ] vim
    • [x] neovim
  • Output of vim --version or nvim --version: NVIM v0.6.0-dev+156-g7bff64216 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/build/config -I/home/runner/work/neovim/neovim/src -I/home/runner/work/neovim/neovim/.deps/usr/include -I/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include Compiled by runner@fv-az50-360

Features: +acl +iconv +tui See ":help feature-compile"

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: " /home/runner/work/neovim/neovim/build/nvim.AppDir/usr/share/nvim"

Run :checkhealth for more info

  • Output of :echo has("python"): 1

  • Output of :echo has("python3"): 1

  • Output of :echo &pythondll(only vim, not neovim):

  • Output of :echo &pythonthreedll(only vim, not neovim):

  • Output of :py print(sys.version): 2.7.17 (default, Feb 27 2021, 15:10:58) [GCC 7.5.0]

  • Output of :py3 print(sys.version): 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0]

  • Output of :echo g:Lf_Debug_Cmd:

  • Output of :echo g:Lf_FilesFromCache:

  • Operating system:

    • [x] Linux
    • [ ] Mac OS X
    • [ ] Windows
    • [ ] Etc.
  • Configurations related to LeaderF in vimrc:

Describe your question, feature request, or bug.

Unable to paste text into the popup window in mobaxterm (by right click or shortcut). Text will be pasted in to the editor after exit the popup window. PS: normal in xshell/Putty

Steps to reproduce

Right-click to paste the text into the popup window.

Actual behaviour

The text will not be pasted into the popup window, but will be pasted into the editor after exiting the popup window.

Expected behaviour

The text is pasted into the popup window.

MrRen-sdhm avatar Sep 24 '21 16:09 MrRen-sdhm

使用Terminal+WSL+vim8.0有同样的问题,只能够粘贴第一个字符

zandwang avatar Dec 16 '21 03:12 zandwang

Use ctrl-v to paste. For nvim, you should configure the clipboard.

Yggdroot avatar Dec 18 '21 02:12 Yggdroot

can' t paste:

in leaderF' s popup window image

just like in help page: image

How to locate the lua source code for this error? I can't find any code containing nvim_put (using repgrep) Error executing lua: vim.lua:243: Vim:E21: Cannot make changes, 'modifiable' is off^@stack traceback:^@^I[C]: in function 'nvim_put'^@^Ivim.lua:243: in function vim.lua:223

sisrfeng avatar Feb 09 '22 14:02 sisrfeng

Can't paste with ctrl+v in LeaderF's window, (ctrl +v works well in nvim's other windows)
Environment: Windows_Terminal+WSL+nvim0.6.1 (no matter sshing to remote ubuntu or not) Maybe the reason is that Windows_Terminal has this setting?

        {
            "command": "paste",
            "keys": "ctrl+v"
        },

sisrfeng avatar Apr 01 '22 13:04 sisrfeng

Can't paste with ctrl+v in LeaderF's window, (ctrl +v works well in nvim's other windows) Environment: Windows_Terminal+WSL+nvim0.6.1 (no matter sshing to remote ubuntu or not) Maybe the reason is that Windows_Terminal has this setting?

        {
            "command": "paste",
            "keys": "ctrl+v"
        },

I am on OSX and I have the same issue, I can't paste and when I ESC, this error is displayed

Screenshot 2022-05-03 at 18 04 57

mikaoelitiana avatar May 03 '22 16:05 mikaoelitiana