-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctrl v, ctrl shift v - known not to work #13
Comments
Dini may have found a solution Right...So, there is what worked but this changes the terminal prompt PS1='\e[?2004l\h:\W \u$ |
`# Disable bracketed paste mode Set green colorGREEN="[\033[0;32m]" Function to get relative path from homeget_relative_path() { Set PS1 with green color, user@hostname format, and relative pathPS1="${GREEN}\u@\h:$(get_relative_path)${RESET}$ "` |
Above will keep the prompt format exactly as it is while disabling the bracketed paste thing |
in brief, fix is just the line 2. Rest is to keep the prompt in training environment terminal as it is Disable bracketed paste modeprintf "\e[?2004l" |
paste in the terminal doesn't work - longtime know issue varous web threads
rstudio/rstudio#1687
The text was updated successfully, but these errors were encountered: