diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-16 08:31:20 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-16 08:31:20 -0300 |
| commit | 21390ab1f43eb98ee0e0ed8fd6a03fa43aff8746 (patch) | |
| tree | 5095f7ce5a44bd1a7a28a7c65501ffc89e02e529 | |
| parent | util.sh: Add task() function (diff) | |
| download | dotfiles-21390ab1f43eb98ee0e0ed8fd6a03fa43aff8746.tar.gz dotfiles-21390ab1f43eb98ee0e0ed8fd6a03fa43aff8746.tar.xz | |
tmux.conf: Remove "C-M-l" hack
| -rw-r--r-- | tmux/tmux.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f2acfa89..866fb9b2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -67,8 +67,3 @@ set-option -gw xterm-keys on # Display pane numbers for longer # https://unix.stackexchange.com/questions/307696/how-to-increase-tmux-pane-numbers-display-time-ctrl-b-q set -g display-panes-time 2500 - -# Hack: duplicated readline config. -# For some reason, the readline keybinding -# works outside of Tmux but not inside it. -bind -n C-M-l send-keys " $DOTFILES/scripts/ad-hoc/c" Enter |
