branch: externals/ssh-deploy commit 5a89d59a5371aac9ee9eae22996ae2065f7f2a6b Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Added instructions for keypress related to shell terminal --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a890a27..e6eef50 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ By combining a `~/.netrc`, `~/.authinfo` or `~/.authinfo.gpg` setup and a `publi * If you press `C-c C-z D` you will delete the current file or directory after a confirmation on local and remote host. * If you press `C-c C-z t` you will open a terminal with remote host in base directory via `eshell`. * If you press `C-c C-z T` you will open a terminal with remote host in current directory via `eshell`. +* If you press `C-c C-z h` you will open a terminal with remote host in base directory via `shell`. +* If you press `C-c C-z H` you will open a terminal with remote host in current directory via `shell`. * If you press `C-c C-z b` you will browse base directory on remote host in `dired`. * If you press `C-c C-z B` you will browse current directory on remote host in `dired`. * If you press `C-c C-z R` you will rename current file or directory.