From: [EMAIL PROTECTED]
To: bug-bash@gnu.org
Subject: paste-from-clipboard dosen't works on Cygwin platform
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='c
> Repeat-By:
> I have a following line in the my .inputrc file:
> "\C-v": paste-from-clipboard
>
> After Bash has started the key is unbound:
> $ bind -p | grep -i clip
> # paste-from-clipboard (not bound)
>
> After "\C-x\C-r" keyboard sequence (re-read-init-file)
> it is bind the key to th
Chet Ramey wrote:
Hi,
Recently, I want to add some keybindings for vi mode's vi-insert
submode, I add the following lines into ~/.inputrc file:
set editing-mode vi
set keymap vi-insert
"\C-A" : beginning-of-line
"\C-B" : backward-char
"\C-F" : forward-char
"\C-E"