junegunn / junegunn/vim-pseudocl

in neovim-qt "<" writes "<t_ü><"

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
16
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hi @junegunn,

In [neovim-qt](https://github.com/equalsraf/neovim-qt), if I type / to start a search and then press <, a bunch of control chars appear. The screenshot shows the chars correctly (Not the ones in the title, although they are a copy/past).

It is worth mentioning that this only happens in **neovim-qt**. In terminal, iTerm, or [Neovim-dot-app](https://github.com/rogual/neovim-dot-app) this does not happen.

I know this has to be a _neovim-qt_ issue. However, I was wondering if there was anyway I can remap those chars to just "<"?
I tried to add **"remap": {"X": "Y"}** dictionary to opts in https://github.com/junegunn/vim-oblique/blob/master/plugin/oblique.vim#L441. However, nothing happened :(

Maybe I don't understand how remap is supposed to be used. I was under the impression that after **/** (Oblique search forward) if you type **X** it should type **Y**.

In command area (:cmd) if I type `^v<` I get `` instead of `<`.

![screen shot 2016-05-29 at 12 36 23 am](https://cloud.githubusercontent.com/assets/1681606/15630088/68f68f9c-2535-11e6-9092-51bea8663271.png)
This happens for any plugin that uses **vim-pseudocl**, like FNR, vim-oblique etc.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.