Skip to content

Doesn't work in windows #13

@eduardoarandah

Description

@eduardoarandah

Mappings don't work in my windows GVim (they work fine inside WSL Ubuntu)

Tested in windows 10

I've many plugins and vimscript work fine.

I checked the code but didn't see anything specific to linux. Weird.

image

I saw something in the code related to clipboard. This is in my vim, (may be affecting it? )

" Clipboard
if has('clipboard')
    if has('unnamedplus')
        " When possible use + register for copy-paste
        set clipboard=unnamed,unnamedplus
    else
        " On mac and Windows, use * register for copy-paste
        set clipboard=unnamed
    endif
endif


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions