Updated example samrc. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f30a2c98826775afa72b1e7dab7cac14ece9e8dc | |
parent 37bf82df8a1adab4f40e844ddc65d8e977d2ba0d | |
Author: Rob King <[email protected]> | |
Date: Sat, 10 Sep 2016 16:17:11 -0500 | |
Updated example samrc. | |
Diffstat: | |
doc/samrc | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/doc/samrc b/doc/samrc | |
@@ -38,6 +38,10 @@ bind * Right command charright | |
bind * Prior command scrollup | |
bind * Next command scrolldown | |
+# All of the default movement key sequences were rebound as something else, | |
+# except for Control-D. Let's remove any special handling for that binding. | |
+unbind C d | |
+ | |
# I like 13pt Inconsolata | |
font Inconsolata:size=13 | |