updating pager

This commit is contained in:
Nick Nisi
2012-06-07 09:19:01 -05:00
parent d09e4140aa
commit 0b22ee40f6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
# Nick Nisi
# gitconfig
[user]
name = Nick Nisi
@@ -72,3 +71,4 @@
mnemonicprefix = true
[core]
excludesfile = ~/.gitignore_global
pager = less -FXRS -x2

View File

@@ -3,6 +3,9 @@ unbind C-b
set -g prefix C-a
bind C-a send-prefix
# reattach to user namespace
set-option -g default-command "reattach-to-user-namespace -l zsh"
# make delay shorter
set -sg escape-time 0