From 9d9941c562c0d84587446325b9c12ffb1370f950 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 28 May 2021 18:45:22 +0300 Subject: .bashrc: disable Alt+N shortcuts --- %HOME%/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '%HOME%') diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index b1ce278..77fb5ac 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -171,3 +171,7 @@ fi # https://github.com/hashicorp/vagrant/issues/12202 # TODO: remove when 2.2.15 is released? export VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 + +# Disable Alt+N shortcuts, which I use in tmux: +# https://superuser.com/a/770902 +for i in "-" {0..9}; do bind -r "\e$i"; done -- cgit v1.2.3