Skip to content
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

Ya no limpia mi terminal con Shortcut #178

Closed
ychevarrias opened this issue Jul 16, 2021 · 3 comments · Fixed by gtrabanco/dotSloth#111 or #180
Closed

Ya no limpia mi terminal con Shortcut #178

ychevarrias opened this issue Jul 16, 2021 · 3 comments · Fixed by gtrabanco/dotSloth#111 or #180

Comments

@ychevarrias
Copy link

una vez instalado dotly el shortcut Ctrl + l ya no funciona, forzadamente tengo que poner el comando clear.

@ychevarrias
Copy link
Author

El problema lo noté en Ubuntu 20.04 con bash.

@gtrabanco
Copy link
Contributor

@gtrabanco
Copy link
Contributor

Change the .inputrc file to this:

$if Bash
    "\C-l": clear-screen
    "\C-b": redraw-current-line
    "\e\C-j": accept-line
    "\C-j": "\C-b\e\C-j"
    "\C-m": "\C-b\e\C-j"
$endif

gtrabanco referenced this issue in gtrabanco/dotSloth Jul 27, 2021
rgomezcasas pushed a commit that referenced this issue Jul 27, 2021
* Fix #178

* Fix issue that causes that right prompt never works when using a theme

* Added shebang

* Added shebang

Co-authored-by: Gabriel Trabanco Llano <gtrabanco@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants