[wiki] [sites] Add a note about nano softwrap key sequence that dwm will stomp on. || Nick

From: <git_AT_suckless.org>
Date: Sun, 25 Sep 2016 13:52:14 +0200

commit f9f490ba5920d7c3eafa9de35d882fa792d02aae
Author: Nick <nick_AT_linicks.net>
Date: Sun Sep 25 12:51:03 2016 +0100

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

diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md
index 2e54e14..99f9c7b 100644
--- a/dwm.suckless.org/tutorial.md
+++ b/dwm.suckless.org/tutorial.md
_AT_@ -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]`.
 
Received on Sun Sep 25 2016 - 13:52:14 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 25 2016 - 14:00:17 CEST