diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-20 21:55:51 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-20 22:19:24 +0200 |
commit | 59f717e666b07f49a505ba8314fc7c1bebf5adc4 (patch) | |
tree | 490ae9526493c9a507a15089f460714a17c9b27e | |
parent | 2865aa83bb105988fc88ef2194b1f22fdeed5994 (diff) |
Less search now wraps-around at EOF
-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 |