]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor Tramp doc update
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Jul 2018 18:26:22 +0000 (20:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Jul 2018 18:26:22 +0000 (20:26 +0200)
* doc/misc/tramp.texi (Frequently Asked Questions): Disable bash's
INPUTRC.

doc/misc/tramp.texi

index 0cc0b49bc4f06466891391eab7ec83b5dcd50ad6..f05da84745a38201a63a569486c7a8f99cb8b0ac 100644 (file)
@@ -3199,6 +3199,14 @@ source "$@{HOME@}/.iterm2_shell_integration.bash"
 @end group
 @end example
 
+And finally, bash's readline shall not use key bindings like
+@samp{C-j} to commands.  Disable reading the readline initialization
+file:
+
+@example
+[ $TERM = "dumb" ] && INPUTRC=/dev/null
+@end example
+
 @item
 Echoed characters after login