Dr. Werner Fink 2021-11-03 15:19:06 +00:00 committed by Git OBS Bridge
parent 07751dc6d3
commit c9da5603c9
2 changed files with 7 additions and 1 deletions

View File

@ -292,7 +292,7 @@ endif
" This escape sequence is the well known ANSI sequence for
" Remove Character Under The Cursor (RCUTC[tm])
if !has("gui_running")
if !has("gui_running") && myterm == "xterm"
map! <Esc>[3~ <Delete>
map <ESC>[3~ x
endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 3 15:16:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Current vim seems to have timing problems with its parser to
distinguish between <ESC> and <ESC>[~3 at least in urxvt
-------------------------------------------------------------------
Tue Nov 2 12:42:28 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>