diff options
| author | B. Watson <yalhcru@gmail.com> | 2015-08-12 04:30:10 -0400 | 
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2015-08-12 04:30:10 -0400 | 
| commit | 4ef0f5708e20509e427c706acedff6a22bf0faaa (patch) | |
| tree | d12262b419530f40a3ef7cd24998f047ed443ebf /help/urlm_short_cmds | |
| download | irssi-urlmanager-4ef0f5708e20509e427c706acedff6a22bf0faaa.tar.gz | |
initial commit
Diffstat (limited to 'help/urlm_short_cmds')
| -rw-r--r-- | help/urlm_short_cmds | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/help/urlm_short_cmds b/help/urlm_short_cmds new file mode 100644 index 0000000..3b15d48 --- /dev/null +++ b/help/urlm_short_cmds @@ -0,0 +1,14 @@ + +Setting: URLM_SHORT_CMDS (boolean, default: on) + +Whether or not to bind short command names, such as /ff as an alias +for /urlm_open_ff. The only commands that get short-name aliases are +/urlm_open (alias /uo) and the /urlm_open_* commands (which get the +browser tags as their short aliases). + +When this option is off, every command defined by urlmanager begins +with the string "urlm_", which acts as a sort of a namespace. Some +people might hate "polluting" the rest of the command namespace, or +maybe they already have a /uo command defined in another script. If +you're one of these people, /set urlm_short_cmds off. + | 
