diff options
| author | EuAndreh <eu@euandre.org> | 2026-06-26 18:11:15 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-06-26 18:11:52 -0300 |
| commit | 3a9b4359ca7e8477eb7521b32a6dbdd065f292a8 (patch) | |
| tree | ffc808648be5160362112c4aab75d66edd57964d /etc/sh | |
| parent | bin/ootb: Promote to self-contained package (diff) | |
| download | dotfiles-3a9b4359ca7e8477eb7521b32a6dbdd065f292a8.tar.gz dotfiles-3a9b4359ca7e8477eb7521b32a6dbdd065f292a8.tar.xz | |
etc/tmux/tmux.conf: Add F9/F10 alias fo navigating windows
Diffstat (limited to 'etc/sh')
| -rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
