[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
vi editing mode: shift-x not working properly (char deleted but not yank
From: |
beat . wieland |
Subject: |
vi editing mode: shift-x not working properly (char deleted but not yanked) |
Date: |
Thu, 24 Mar 2005 23:05:30 +0900 |
User-agent: |
KMail/1.7.1 |
Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu'
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I../bash -I../bash/include
-I../bash/lib -g -O2
uname output: Linux silmaril 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686
GNU/Linux
Machine Type: i386-pc-linux-gnu
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
In the vi editing mode of the bash the command "X" (shift-x) is not
working as expected. Although the character in front of the cursor
is deleted it is not yanked.
Repeat-By:
1. Change to vi editing mode: 'set -o vi'
2. Type "adsf".
3. Change to command mode by pressing ESC.
4. Move to the "s" and press 'X' (shift-x) to delete the "d".
5. Now press 'p' to insert the deleted "d" after the "s".
-> The "d" is not inserted.
(If you use 'dh' instead of 'X' it works.)
Best regards
Beat Wieland
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- vi editing mode: shift-x not working properly (char deleted but not yanked),
beat . wieland <=