]> git.eshelyaron.com Git - emacs.git/commit
More tab bar related key bindings.
authorJuri Linkov <juri@linkov.net>
Sat, 5 Oct 2019 21:54:46 +0000 (00:54 +0300)
committerJuri Linkov <juri@linkov.net>
Sat, 5 Oct 2019 21:54:46 +0000 (00:54 +0300)
commit6b915359efc24ea1262c77b9a35725929b06b08b
tree1d157d7aea931b5b1149007fa1f35367936c6d02
parente3fcf1f38bb5900a595f441a13cf83b034701790
More tab bar related key bindings.

* lisp/subr.el (ctl-x-6-map, ctl-x-6-prefix): Move here from tab-bar.el
to make it available to other modes like dired for 'C-x 6 d'.

* lisp/dired.el (dired-other-tab): New command bound to 'C-x 6 d'.

* lisp/tab-bar.el: Bind 'C-x 6 o' to tab-next.

* doc/emacs/frames.texi (Tab Bars): Describe C-x 6 prefix key bindings.
doc/emacs/frames.texi
etc/NEWS
lisp/dired.el
lisp/subr.el
lisp/tab-bar.el