add infokey
This commit is contained in:
parent
816235e298
commit
b938586945
@ -1,12 +1,12 @@
|
|||||||
readonly TARGETS="\
|
readonly TARGETS="\
|
||||||
colors:.config/terminal-colors.d
|
colors:.config/terminal-colors.d
|
||||||
|
less:.lesskey .infokey
|
||||||
tmux:.config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_start_session.sh .local/bin/tmux_list_sessions.sh .local/bin/tmux_attach_session.sh .local/bin/tmux_kill_sessions.sh
|
tmux:.config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_start_session.sh .local/bin/tmux_list_sessions.sh .local/bin/tmux_attach_session.sh .local/bin/tmux_kill_sessions.sh
|
||||||
t:.local/bin/t
|
t:.local/bin/t
|
||||||
zsh:.config/zsh .zshenv .inputrc %t %colors
|
zsh:.config/zsh .zshenv .inputrc %colors
|
||||||
alacritty:.config/alacritty
|
alacritty:.config/alacritty
|
||||||
nvim:.config/nvim .editorconfig .inputrc .editrc .local/bin/vim_askpass_helper
|
nvim:.config/nvim .editorconfig .editrc .local/bin/vim_askpass_helper
|
||||||
ssh:
|
ssh:
|
||||||
less:.lesskey
|
|
||||||
git:.config/git
|
git:.config/git
|
||||||
ranger:.config/ranger
|
ranger:.config/ranger
|
||||||
gpg:
|
gpg:
|
||||||
@ -18,4 +18,5 @@ arch:
|
|||||||
psql:.psqlrc
|
psql:.psqlrc
|
||||||
docker:.docker/cli-plugins
|
docker:.docker/cli-plugins
|
||||||
ipython:.ipython/profile_default/ipython_config.py
|
ipython:.ipython/profile_default/ipython_config.py
|
||||||
gdb:.config/gdb"
|
gdb:.config/gdb
|
||||||
|
all:%less %t %tmux %zsh %nvim %git"
|
||||||
19
home/user/.infokey
Normal file
19
home/user/.infokey
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#info
|
||||||
|
j next-line
|
||||||
|
k prev-line
|
||||||
|
^n next-node
|
||||||
|
^p prev-node
|
||||||
|
|
||||||
|
#var
|
||||||
|
link-style=yellow
|
||||||
|
active-link-style=yellow,bold
|
||||||
|
match-style=underline,bold,nocolour
|
||||||
|
scroll-behavior=Page Only
|
||||||
|
cursor-movement-scrolls=Off
|
||||||
|
show-index-match=On
|
||||||
|
visible-bell=On
|
||||||
|
automatic-tiling=on
|
||||||
|
automatic-footnotes=on
|
||||||
|
highlight-searches=on
|
||||||
|
mouse=normal-tracking
|
||||||
|
nodeline=print
|
||||||
Loading…
x
Reference in New Issue
Block a user