summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf12
1 files changed, 5 insertions, 7 deletions
diff --git a/tmux.conf b/tmux.conf
index 58320f0..425eb76 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -4,8 +4,8 @@ set -g bell-action any
# lots of scrollback
set -g history-limit 4096
-# use ^A rather than ^B for the prefix key
-set -g prefix ^A
+# use ^F rather than ^B for the prefix key
+set -g prefix ^F
# hide the statusbar by default
set -g status off
@@ -34,12 +34,10 @@ set -g message-bg green
set -g escape-time 50
# keybindings
-bind a send-prefix
-bind A command-prompt "rename-window %%"
-bind ^A choose-window
-bind ^C new-window
+bind f send-prefix
+bind ^F choose-window
+bind ^N new-window
bind ^D detach-client
-bind h command-prompt "new-window 'exec man %%'"
bind ^S set status
unbind ^B