Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Nov 14, 2012
1 parent 4562cf0 commit 9b34adf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tmux.conf
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,9 @@
set-option -g default-command "reattach-to-user-namespace -l /bin/bash"
set -g prefix C-a set -g prefix C-a
unbind C-b unbind C-b
set -sg escape-time 1 set -sg escape-time 1
set -g base-index 1 set -g base-index 1
bind r source-file ~/.tmux.conf bind r source-file ~/.tmux.conf; display "Reloaded!"
bind C-a send-prefix bind C-a send-prefix
bind | split-window -h bind | split-window -h
bind - split-window -v bind - split-window -v
Expand All @@ -20,6 +21,8 @@ set -g status-fg white
set -g status-bg black set -g status-bg black


set-window-option -g mode-keys vi set-window-option -g mode-keys vi
unbind [
bind Escape copy-mode
unbind p unbind p
bind p paste-buffer bind p paste-buffer
bind -t vi-copy 'v' begin-selection bind -t vi-copy 'v' begin-selection
Expand Down

0 comments on commit 9b34adf

Please sign in to comment.