Function: hkey-buffer-move-right

hkey-buffer-move-right is an autoloaded, interactive and byte-compiled function defined in hmouse-drv.el.

Signature

(hkey-buffer-move-right)

Documentation

Swap the current buffer with the one on its right, if any; otherwise do nothing.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;;###autoload
(defun hkey-buffer-move-right ()
  "Swap the current buffer with the one on its right, if any; otherwise do nothing."
  (interactive)
  (hkey-buffer-move 'right))