From 3a9b4359ca7e8477eb7521b32a6dbdd065f292a8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 26 Jun 2026 18:11:15 -0300 Subject: etc/tmux/tmux.conf: Add F9/F10 alias fo navigating windows --- etc/sh/rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index a9f93b33..74f1d35f 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -508,8 +508,7 @@ if [ -n "${DISPLAY:-}" ]; then # Get keycode number by running `xev(1)`, and symname by looking at the # definitions in `X11/keysymdef.h`. xmodmap \ - -e 'keycode 118 = ssharp bar' \ - -e 'keycode 75 = slash question' \ + -e 'keycode 118 = ssharp bar' fi -- cgit v1.3