You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pdf-view-mode-map currently binds 'Q' to 'kill-this-buffer'.
As of Emacs 30, this command must be bound to a mouse event and cannot be invoked through a key binding.
Instead, 'Q' should be bound to 'kill-current-buffer'. This also works for older Emacsen.
The text was updated successfully, but these errors were encountered:
Hi,
pdf-view-mode-map currently binds 'Q' to 'kill-this-buffer'.
As of Emacs 30, this command must be bound to a mouse event and cannot be invoked through a key binding.
Instead, 'Q' should be bound to 'kill-current-buffer'. This also works for older Emacsen.
The text was updated successfully, but these errors were encountered: