terminus icon indicating copy to clipboard operation
terminus copied to clipboard

Ctrl-W and Ctrl-U not working in insert mode

Open musiphil opened this issue 6 years ago • 1 comments

I used to be able to press Ctrl-W or Ctrl-U in insert mode to erase what I typed after I last entered the insert mode; e.g. after typing <a> (to enter insert mode) <h> <i> <Space> <y> <o>, <Ctrl-W> would erase yo, and <Ctrl-U> would erase everything I typed after <a>.

With Terminus, not only do these work no more, but pressing Ctrl-W or Ctrl-U seems to take me out of and into the insert mode briefly, so I can no longer even press Backspace to erase what I typed before Ctrl-W or Ctrl-U. (This is assuming that the backspace option doesn't include start; e.g. I have backspace=indent,eol.)

I have discovered that putting let g:TerminusFocusReporting=0 in my .vimrc solves this problem.

musiphil avatar Apr 10 '18 22:04 musiphil

Doesn't repro for me. What software are you using (OS, terminal application, $TERM etc)?

wincent avatar Apr 24 '18 15:04 wincent

Closing due to inactivity.

wincent avatar Oct 17 '23 09:10 wincent