less keymap
This commit is contained in:
parent
e870324c04
commit
0f61afbcfc
@ -5,7 +5,7 @@ export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
|
||||
export PAGER="less"
|
||||
export LESS="-nMiSR -+X -+F"
|
||||
export LESS="-nCMiSR -# 1 -+X -+F"
|
||||
|
||||
export CDPATH=:~:~/code
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[core]
|
||||
excludesfile = ~/.config/git/ignore
|
||||
editor = "$EDITOR"
|
||||
pager = "$PAGER -F"
|
||||
pager = "$PAGER -+C -F"
|
||||
fileMode = false
|
||||
hooksPath = ~/.config/git/hooks
|
||||
|
||||
|
||||
3
home/user/.lesskey
Normal file
3
home/user/.lesskey
Normal file
@ -0,0 +1,3 @@
|
||||
#command
|
||||
h left-scroll
|
||||
l right-scroll
|
||||
Loading…
x
Reference in New Issue
Block a user