mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 11:30:33 +00:00
minimal vimrc and better xdg support thanks to b3nj5m1n/xdg-ninja
This commit is contained in:
parent
1ef5283598
commit
165037d840
11 changed files with 109 additions and 5 deletions
13
.config/lesskey
Normal file
13
.config/lesskey
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# $XDG_CONFIG_HOME/lesskey -- less options
|
||||
# ln -sf $DOTFILES/.config/lesskey $XDG_CONFIG_HOME/lesskey
|
||||
# Ne
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue