emacs-ssh-deploy icon indicating copy to clipboard operation
emacs-ssh-deploy copied to clipboard

Tab not working in SSH-Deploy-Diff buffer

Open rda716 opened this issue 3 years ago • 1 comments

Pressing TAB displays message "Buffer is read-only: #<buffer *SSH Deploy diff*>".

Pressing C-h k TAB shows the key is bound to indent-for-tab-command

Running GNU Emacs 26.3 on Ubuntu 20.04.3 LTS.

Configuration:

(use-package ssh-deploy
  :ensure t
  :demand
  :bind-keymap
  ("C-c d" . ssh-deploy-prefix-map)
  :hook ((after-save . ssh-deploy-after-save)
         (find-file . ssh-deploy-find-file))
  :config
  (ssh-deploy-line-mode))

rda716 avatar Oct 01 '22 06:10 rda716

Do you have the cursor at a filename?

cjohansson avatar Jul 01 '23 21:07 cjohansson