From 847ce589a9dfa684c023090331e22c29f825cb43 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 18 Oct 2015 11:42:10 +0200 Subject: [PATCH] bind urlview and Facebook PathPicker to U and F instead of u and f --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 5dd8671..294ed36 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -97,12 +97,12 @@ bind m run "cut -c3- ~/.tmux.conf | sh -s toggle_mouse" # -- urlview ------------------------------------------------------------------- -bind u run "cut -c3- ~/.tmux.conf | sh -s urlview #{pane_id}" +bind U run "cut -c3- ~/.tmux.conf | sh -s urlview #{pane_id}" # -- facebook pathpicker ------------------------------------------------------- -bind f run "cut -c3- ~/.tmux.conf | sh -s fpp #{pane_id}" +bind F run "cut -c3- ~/.tmux.conf | sh -s fpp #{pane_id}" # -- list choice ---------------------------------------------------------------