diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-19 02:09:24 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-19 02:09:24 +0200 |
commit | 82e242305dba0e23069aeac7e65bb04aa9bb8556 (patch) | |
tree | 4b60310c97d035c93be3c78a29e38593cd2ed993 /data | |
parent | 0de6a197f645d7bac3163355cbb999a4ea0f1afc (diff) | |
download | poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.tar.gz poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.tar.bz2 poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.tar.xz poezio-82e242305dba0e23069aeac7e65bb04aa9bb8556.zip |
Remove the shell_completion
- completion is normal with no way to change it
(shell_completion was buggy)
- remove it in the default config and in the doc too
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index d1cfdf1b..252ea063 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -84,13 +84,6 @@ use_bookmarks_method = use_remote_bookmarks = true -# the completion type you will use to complete nicknames -# if "normal", complete the entire name to the first available completion -# and then cycle through the possible completion with the next TABs -# if "shell", if there's more than one nick for this completion, complete -# only the part that all then nicks have in common (like in a shell) -completion = normal - # what will be put after the name, when using autocompletion # a SPACE will always be added after that after_completion = , |