mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
add man
to completion skip tokens
Just a quick addition to allow tab completion when opening man pages
This commit is contained in:
parent
a567734e7b
commit
532480988b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ XONSH_TOKENS = {
|
|||
'...'
|
||||
}
|
||||
|
||||
COMPLETION_SKIP_TOKENS = {'sudo', 'time'}
|
||||
COMPLETION_SKIP_TOKENS = {'sudo', 'time', 'man'}
|
||||
|
||||
COMPLETION_WRAP_TOKENS = {' ',',','[',']','(',')','{','}'}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue