From 09ab7abf8cdedad1f0cdf3cc1e25c0b046a9af7d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 15 Jan 2021 08:32:31 -0300 Subject: Use C-M-l key binding --- bash/config.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bash') diff --git a/bash/config.sh b/bash/config.sh index d39637b6..a8f86cb9 100644 --- a/bash/config.sh +++ b/bash/config.sh @@ -52,6 +52,4 @@ shopt -s cmdhist # By default, Bash only records a session to the .bash_history file on disk when the session terminates. This means that if you crash or your session terminates improperly, you lose the history up to that point. You can fix this by recording each line of history as you issue it, through the $PROMPT_COMMAND variable: PROMPT_COMMAND='history -a' -# FIXME: configure C-M-l readline key -# to tmux clear screen -# bind -x '"\e\C-l": c' +bind -x '"\e\C-l": c' -- cgit v1.3