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

<DEL> key not workin on *.rst files #10

Open
tukoz opened this issue Mar 28, 2015 · 1 comment
Open

<DEL> key not workin on *.rst files #10

tukoz opened this issue Mar 28, 2015 · 1 comment

Comments

@tukoz
Copy link

tukoz commented Mar 28, 2015

DEL key behaviour on any *rst files

Into Screen:

with InstantRst, Vim for some reason doesn't recognize any keybinding for the Delete key, and simply tries to interpret the string ^[[3~ as input instead. Here's what I could profile till now.

  • normal mode: Toggle CASE of the character under Cursor, and of the following characters when repeated, briefly printing ^[[3~ below status bar each TIME. Takes ~2 sec for each.
  • insert mode: Toggle case of the character before cursor, briefly printing...
  • visual mode: Toggle case of the first character of selected string
    Have to use CTRL + Backspace, which works in normal and insert modes but is totaly unatural (try explain that to your hand!)

in Screen, uninstalled InstantRst: DEL works fine
in Screen, rst file copied in $HOME: DEL> works fine! (scratching my head)

In urxvt only:<DEL> works fine.
Checkin keycodes (with CTRL + V):
  • In Vim (urxvt) : DEL : ^[[3~ (for the record, ESC : ^[ and Backsp : ^? )
  • Out of Screen: same
  • With/without IntantRst: same
  • editing standard / *.rst file: same.

With urxvt-v9.21, screen-4.02.01 (GNU), vim-7.4.663, vim.riv, IntantRst.

Refs:
Looks very similar to (riv.vim) Delete key is remapped as #89

@gu-fan
Copy link
Owner

gu-fan commented Mar 30, 2015

....

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

2 participants