Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to paste text into the popup window in mobaxterm #847

Open
2 of 6 tasks
MrRen-sdhm opened this issue Sep 24, 2021 · 5 comments
Open
2 of 6 tasks

Unable to paste text into the popup window in mobaxterm #847

MrRen-sdhm opened this issue Sep 24, 2021 · 5 comments

Comments

@MrRen-sdhm
Copy link

MrRen-sdhm commented Sep 24, 2021

  • vim or neovim?
    • vim
    • 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:

    • 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.

@zandwang
Copy link

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

@Yggdroot
Copy link
Owner

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

@sisrfeng
Copy link

sisrfeng commented Feb 9, 2022

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
Copy link

sisrfeng commented Apr 1, 2022

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"
        },

@mikaoelitiana
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants