Problem after removing keybinding for bind -m vi-insert '"jj": "\e\e"'

2017-11-20 Thread Clark Wang
[STEP 100] # echo $BASH_VERSION 4.4.12(4)-release [STEP 101] # bind -m vi-insert '"jj": "\e\e"' [STEP 102] # bind -X "jj": "\e\e" [STEP 103] # bind -r jj [STEP 104] # bind -X [STEP 105] # <-- Here when I press j it still waits for about 1 second to show up.

Re: Bash Missing Terminal Resize Events

2017-11-20 Thread Chet Ramey
On 11/20/17 7:05 AM, Bruce Evans wrote: >> At the point SIGWINCH will have been delivered to vim, but not to bash. > > I saw this sort of problem on an old system (with bash-1.4.7) and wondered > if anyone has fixed it. The `checkwinsize' option came in bash-2.0 with the rest of the `shopt'

Re: Bash Missing Terminal Resize Events

2017-11-20 Thread Chet Ramey
On 11/18/17 9:11 PM, Evan Klitzke wrote: > Hi, > > Bash will miss terminal resize events in the following scenario: > > * Open a terminal (I tested with xterm and gnome-terminal) > * Run vim > * Resize the terminal > * Background vim using Ctrl-Z > > At the point SIGWINCH will have been

Re: Bash Missing Terminal Resize Events

2017-11-20 Thread Bruce Evans
In article , Evan Klitzke wrote: > > Bash will miss terminal resize events in the following scenario: > > * Open a terminal (I tested with xterm and gnome-terminal) > * Run vim > * Resize the terminal > * Background vim using