Skip to content

Commit

Permalink
Change tmux prefix key to C-a
Browse files Browse the repository at this point in the history
  • Loading branch information
Luo Xin committed Dec 17, 2015
1 parent 984363f commit 6062f28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions inputrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set editing-mode vi
2 changes: 1 addition & 1 deletion pryrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ begin
require 'awesome_print'

Pry.print = lambda do |_output, value, pry_object|
pretty = value.ai(indent: 2)
pretty = value.ai(:indent => 2)
pry_object.pager.page("=> #{pretty}")
end
rescue LoadError
Expand Down
4 changes: 2 additions & 2 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

set -g default-terminal "screen-256color"

set -g prefix C-s
set -g prefix C-a
unbind C-b
bind C-s send-prefix
bind C-a send-prefix

set -g base-index 1
set-window-option -g pane-base-index 1
Expand Down

0 comments on commit 6062f28

Please sign in to comment.