From 0b22ee40f65727a6f1fdb166f582395a083e182c Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 7 Jun 2012 09:19:01 -0500 Subject: [PATCH] updating pager --- git/gitconfig.symlink | 2 +- tmux/tmux.conf.symlink | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 4222934..0130447 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -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 diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 67ea570..3f8b888 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -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