X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.tmux.conf;h=d7a47e5211fabcd50e0eea2561d13141b1d59144;hb=ea81b5e1865b16630daba43bc5705b2e72fd2c94;hp=260087c5a2ea316b578bc6b29c4e89a7063d2903;hpb=fcf758d64a1380c63b31e15242f6472a1d621a55;p=dotfiles.git diff --git a/.tmux.conf b/.tmux.conf index 260087c..d7a47e5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,13 +1,3 @@ -# Set the command prefix to match GNU screen (CTRL+a) -# set-option -g prefix C-a -# -# Use C-a C-a key to send prefix instead of the default -# unbind-key C-b -# bind-key C-a send-prefix -# -# C-a for last-window -# bind-key C-a last-window - # Start window numbers at 1 to match keyboard order with tmux window order set-option -g base-index 1 set-option -g pane-base-index 1 @@ -75,4 +65,18 @@ set-option -g status-right '' set-option -g history-limit 1000 # R to reload config without restart -bind-key R source-file ~/.tmux.conf +bind-key R source-file ~/.tmux.conf \; display "Reloaded!" + +# Set the command prefix to match GNU screen (CTRL+a) +# set-option -g prefix C-a +# +# Use C-a C-a key to send prefix instead of the default +# unbind-key C-b +# bind-key C-a send-prefix +# +# C-a for last-window +# bind-key C-a last-window + +# Use vertical and horizontal chars to split the screen +bind-key | split-window -h +bind-key - split-window -v