commit f9f490ba5920d7c3eafa9de35d882fa792d02aae
Author: Nick <[email protected]>
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
@@ -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]`.
 


Reply via email to