jed-users mailing list

[2014 Date Index] [2014 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] yank


On Sat, Feb 8, 2014 at 10:53 AM, bartek <panki20@xxxxx> wrote:
>
> hello,
>
> I'm trying to force jed to mark few lines on behalf of esc + 2+y. I'd
> like jed to mark 2 lines to copy (something like vim)

I don't know of any simple way to do esc + <number> + y to yank an
arbitrary number of lines.

If you just want 2, try something like this:

define global_mode_hook ( hook_name ) {
  local_setkey ( "kill_line;kill_line", "\e2y" );
}

(I have not tested the above.)

-Parke
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2014 date index] [2014 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]