refractor: Reorganise dotfiles structures

This commit is contained in:
js0ny 2024-11-29 23:28:18 +00:00
parent 2bd9138a5f
commit bd5ca49c3e
131 changed files with 43 additions and 114 deletions

13
common/lesskey Normal file
View file

@ -0,0 +1,13 @@
# $XDG_CONFIG_HOME/lesskey -- less options
# ln -sf $DOTFILES/.config/lesskey $XDG_CONFIG_HOME/lesskey
# work for less -V > 582, for mac, use brew install less to override the system less
# Format: key action
# Arrow Remap (hnei -> hjkl)
n forw-line
e back-line
# search with k : ne[k]st
k repeat-search
K reverse-search