diff options
Diffstat (limited to 'files/.config/tmux/tmux.conf')
| -rw-r--r-- | files/.config/tmux/tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index d5d2bcf..f47d23f 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -64,9 +64,9 @@ set -g status-right "$USER@#h %H:%M" # Search search='~/.config/tmux/scripts/search' bind / run "$search" -bind C-F run "$search path" -bind C-U run "$search url" -bind C-G run "$search interesting" +bind C-f run "$search path" +bind C-u run "$search url" +bind C-g run "$search interesting" set -g @colors-solarized 'light' |
