summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.tmux.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 494ff40..f460026 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -5,8 +5,9 @@ unbind -a -T root
5# Custom bindings 5# Custom bindings
6set -g prefix C-f 6set -g prefix C-f
7bind-key -n C-f send-prefix 7bind-key -n C-f send-prefix
8bind-key \' split-window -v 8bind-key f command-prompt
9bind-key \; split-window -h 9bind-key \' split-window -v -c "#{pane_current_path}"
10bind-key \; split-window -h -c "#{pane_current_path}"
10bind-key l select-pane -R 11bind-key l select-pane -R
11bind-key C-l resize-pane -R 12bind-key C-l resize-pane -R
12bind-key h select-pane -L 13bind-key h select-pane -L

Generated with cgit - Back to sebastiano.tronto.net