Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 202 by aleks.dimitrov: 'x' doesn't work exactly as [del] in  
insert mode
http://code.google.com/p/yi-editor/issues/detail?id=202

What steps will reproduce the problem?
1. Use the Vim keymap. Write some code like this:

foobar n = do something
               something' $ other foo

2. Now place the cursor behind the 'n' argument of foobar and press [del]
in insert mode. adjBlock (-1) will adjust the paragraph's alignment nicely:

foobar = do something
             something' $ other foo

3. You can now re-insert the 'n' (adjBlock will again align everything
nicely!) and use 'x' in command mode. 'x' doesn't trigger adjBlock and the
blocks are out of alignment:

foobar = do something
               something' $ other foo

What is the expected output? What do you see instead?

I'd like 'x' and [del] to behave exactly the same way. Though this is not
something present in Vim, I think that it's an awesome feature of Yi.
Vim-keymap users wouldn't be able to take advantage of it, because they
usually don't use [del] but prefer using 'x' instead.

What version of Yi are you using? On what operating system?

Newest darcs, on Linux.


-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to