mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Emacs.bind:
Changed, since view-close(lyx) looks more like delete-window(emacs)
This commit is contained in:
parent
e70b3ff726
commit
d855fb759d
@ -79,7 +79,7 @@ Format 1
|
||||
#\bind "C-x b" "buffer-previous"
|
||||
\bind "C-x d" "buffer-new"
|
||||
\bind "C-x g" "buffer-view ps"
|
||||
\bind "C-x k" "view-close"
|
||||
\bind "C-x k" "buffer-close"
|
||||
\bind "C-x p" "buffer-view dvi"
|
||||
\bind "C-x r" "buffer-update dvi"
|
||||
# Should have been "buffer-write-some"
|
||||
@ -106,6 +106,7 @@ Format 1
|
||||
\bind "C-x C-t" "buffer-update dvi"
|
||||
\bind "C-Next" "buffer-next"
|
||||
\bind "C-Prior" "buffer-previous"
|
||||
\bind "C-x 0" "view-close"
|
||||
|
||||
|
||||
# this is "upcase-region" in emacs
|
||||
|
Loading…
Reference in New Issue
Block a user