aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-15 08:32:31 -0300
committerEuAndreh <eu@euandre.org>2021-01-15 08:32:31 -0300
commit09ab7abf8cdedad1f0cdf3cc1e25c0b046a9af7d (patch)
tree619693aec84cf257eace69cedca1c73c831fbed0 /bash
parenthd.sh: rsync user-data to HD (diff)
downloaddotfiles-09ab7abf8cdedad1f0cdf3cc1e25c0b046a9af7d.tar.gz
dotfiles-09ab7abf8cdedad1f0cdf3cc1e25c0b046a9af7d.tar.xz
Use C-M-l key binding
Diffstat (limited to 'bash')
-rw-r--r--bash/config.sh4
1 files changed, 1 insertions, 3 deletions
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'