emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keybinding to duplicate the current line.


From: Thien-Thi Nguyen
Subject: Re: keybinding to duplicate the current line.
Date: Mon, 18 Jan 2010 06:39:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

() Teemu Likonen <address@hidden>
() Sun, 17 Jan 2010 17:05:46 +0200

   On 2010-01-17 05:40 (-0800), alin s. wrote:

   > In order to duplicate it I have to press
   >
   > C-a C-SPACE C-e C-f M-w C-g C-y

   Quicker alternatives:

       C-a C-k C-k C-y C-y
       C-a C-SPC C-n M-w C-y

There is also kill-whole-line, yank, yank, e.g.:
(global-set-key [f7] [(control shift backspace) (control y) (control y)])

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]