updating pager
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user