On Fri, Jul 05, 2013 at 15:51:32 +0100, Nicholas Marriott wrote:
> All the vi-copy defaults are for normal mode (insert mode), so
> presumably this comment should be different.

In vi, 'normal' is the command mode (inserting happens in 'insert'
mode).

> There is nothing stopping people binding commands in either mode though
> (and for all I know people do) so not sure we should prevent it like
> this.

It's prevented by not handling any of the typical commands used in
normal mode (substitute, end-of-word, delete-word, etc.). Allowing it is
pretty half-hearted since only 'X', '^H', and 'd', would work from the
default table anyways.

--Ben

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to