man less
निम्नलिखित हमें बताता है:
You may define your own less commands by using the program lesskey
(1) to create a lesskey file. This file specifies a set of command
keys and an action associated with each key. You may also use
lesskey to change the line-editing keys (see LINE EDITING), and to
set environment variables. If the environment variable LESSKEY is
set, less uses that as the name of the lesskey file. Otherwise,
less looks in a standard place for the lesskey file: On Unix
systems, less looks for a lesskey file called "$HOME/.less".
यह बताता है कि विवरण में भरने वाली lesskey
पाठ फ़ाइल को उत्पन्न करने के लिए उपयोग man lesskey
करें। आप निम्न को इनपुट इनपुट फ़ाइल में डाल सकते हैं ( ~/.lesskey
डिफ़ॉल्ट रूप से)
h left-scroll
l right-scroll
फिर चलाएं lesskey
, और यह आपके लिए एक आउटपुट फ़ाइल ( ~/.less
डिफ़ॉल्ट रूप से) उत्पन्न करेगा ।
जहां तक मैं बता सकता हूं, आप कैरेक्टर-बाय कैरेक्टर क्षैतिज स्क्रॉलिंग नहीं कर सकते।
man lesskey