commit 10001e174d68bbe6f3bb09662f266c95ce9dd254 parent 0f1223f48cf7caa19ee58ccb7a522ca08567796a Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Wed, 26 Jun 2024 17:49:08 -0500 tmux: remove some bindings Diffstat:
| M | .config/tmux/tmux.conf | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -1,2 +1,18 @@ set -g history-limit 100000 set -g status-right "" + +unbind 0 +unbind 1 +unbind 2 +unbind 3 +unbind 4 +unbind 5 +unbind 6 +unbind 7 +unbind 8 +unbind 9 + +unbind p +unbind n + +unbind o