diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-20 21:55:51 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-20 21:55:51 +0200 |
commit | 02e420d37d1575522c37d1df0844673086b16a22 (patch) | |
tree | dc6f84634b0ef53fd83cc687f0f182789253e68d /.config | |
parent | a4e6312a18588f6da81d6df32d8ee04d7b6a9476 (diff) |
Less search now wraps-around at EOF
Diffstat (limited to '.config')
-rw-r--r-- | .config/lesskey | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/lesskey b/.config/lesskey new file mode 100644 index 0000000..4bd895a --- /dev/null +++ b/.config/lesskey @@ -0,0 +1,2 @@ +/ forw-search ^W +? back-search ^W |