mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Minor Tramp doc update
* doc/misc/tramp.texi (Frequently Asked Questions): Disable bash's INPUTRC.
This commit is contained in:
parent
2585fcb1d7
commit
6f8f358e73
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue