emacs-devel
[Top][All Lists]
Advanced

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

Re: Tab bar


From: Juri Linkov
Subject: Re: Tab bar
Date: Thu, 10 Apr 2008 02:27:35 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

>                                                       Something like: if
>     the current window or its containing frame is already tabbed, or if the
>     user or mode has expressed a preference for a tabbed UI, then C-x 5 C-f
>     creates a new tab, and C-u C-x 5 C-f creates a new frame. Otherwise the
>     behaviour of C-x 5 bindings are reversed.
>
> This convention might be problematical, especially if some of the commands
> already use the prefix arg for something else.

Maybe then create a separate key prefix map for tab operation keys:

C-x 7 0         delete-tab
C-x 7 1         delete-other-tabs
C-x 7 2         make-tab-command
C-x 7 b         switch-to-buffer-other-tab
C-x 7 C-f       find-file-other-tab

(`C-x 6' prefix is already occupied by 2C-two-columns, but `C-x 7' is free).

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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