sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit f9f490ba5920d7c3eafa9de35d882fa792d02aae
parent 2830fb4a0cb82995fa6650471f1d08add82e56d4
Author: Nick <nick@linicks.net>
Date:   Sun, 25 Sep 2016 12:51:03 +0100

Add a note about nano softwrap key sequence that dwm will stomp on.

Diffstat:
Mdwm.suckless.org/tutorial.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md @@ -44,6 +44,14 @@ Moving Around To **move to another terminal**, press `[Alt]+[j]` or `[Alt]+[k]`. To **move a terminal to another _tag_**, hover to the terminal and press `[Shift]+[Alt]+[2]`. + Note! If you are a frequent user of the text editor 'nano' the key sequence [Shift]+[Alt]+[4] + will stomp on nano's softwrap M-$. To get around this you can unbind nano's M-$ in .nanorc thus: + + unbind M-$ all + + and rebind it to a new sequence thus (here bind it to 'Meta Key' + ';'): + + bind M-; softwrap all To **focus on another _tag_**, press `[Alt]+[tag number]`.