Can you bind a function to CTRL+HOME / CTRL+END
Brian Wengel <[email protected]> Thu, 9 Jan 2020 23:44:42 +0100
| Newsgroups | gmane.editors.nano.general |
|---|---|
| Message-ID | <CADcL3SDT9hyGovQoKSCwrKW9u=T9YgL=Vg7RYEsNN0sEjfTVsw@mail.gmail.com> |
I would like to assign jump to first and last line using ^HOME and ^END. Tried to add the following in /etc/nanorc **************************************** bind ^home firstline main bind ^end lastline main **************************************** But that doesn't work? /Brian