cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
152 stars 6 forks source link

Tab not working in SSH-Deploy-Diff buffer #72

Open rda716 opened 1 year ago

rda716 commented 1 year ago

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))
cjohansson commented 1 year ago

Do you have the cursor at a filename?