HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
PASTE: passing “NEW LINE” or not?
- If you want to pass “NEW LINE” while pasting:
bind 'set enable-bracketed-paste off'
echo 'set enable-bracketed-paste off' > $HOME/.inputrc
- If you do not want to pass “NEW LINE” while pasting:
bind 'set enable-bracketed-paste on'
echo 'set enable-bracketed-paste on' > $HOME/.inputrc