aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc3
-rw-r--r--etc/tmux/tmux.conf2
2 files changed, 3 insertions, 2 deletions
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
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf
index 562edc0a..5a985682 100644
--- a/etc/tmux/tmux.conf
+++ b/etc/tmux/tmux.conf
@@ -19,6 +19,8 @@ bind-key y send-keys -X copy-pipe "xclip -selection clipboard -i" \; display-mes
# Moving around windows
bind-key -n M-[ previous-window
bind-key -n M-] next-window
+bind-key -n F9 previous-window
+bind-key -n F10 next-window
# Moving around panes
bind-key -n M-h select-pane -L