1. Started Changes file
[spider.git] / cmd / Aliases
index 8c44c4028e790477284344cc51e63deafa9a6c0e..4136e53c1693aea00b28a38edaaddfd611bce0e0 100644 (file)
@@ -71,10 +71,14 @@ package CmdAlias;
        q => [
          '^q', 'bye', 'bye',
        ],
-       r => [
+       r => [  
          '^r$', 'read', 'read',
+         '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        s => [
+         '^set/nobe', 'unset/beep', 'unset/beep',
+         '^set/nohe', 'unset/here', 'unset/here',
+         '^sh/c/n', 'show/configuration nodes', 'show/configuration',
          '^sh/c$', 'show/configuration', 'show/configuration',
          '^sh/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
          '^sh/dx/(\d+)', 'show/dx $1', 'show/dx',