updating pager
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# Nick Nisi
|
|
||||||
# gitconfig
|
# gitconfig
|
||||||
[user]
|
[user]
|
||||||
name = Nick Nisi
|
name = Nick Nisi
|
||||||
@@ -72,3 +71,4 @@
|
|||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
pager = less -FXRS -x2
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ unbind C-b
|
|||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
|
|
||||||
|
# reattach to user namespace
|
||||||
|
set-option -g default-command "reattach-to-user-namespace -l zsh"
|
||||||
|
|
||||||
# make delay shorter
|
# make delay shorter
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user