feat: improve textbox editor behaviour
This commit is contained in:
4
cli.go
4
cli.go
@@ -210,7 +210,7 @@ _diple() {
|
||||
'--compact-reviews=[aggregate submitted reviews]:boolean:(true false)' \
|
||||
'--path-scroll=[scroll truncated paths]:boolean:(true false)' \
|
||||
'--path-scroll-interval[path scrolling interval]:duration:' \
|
||||
'--editor-mode[description editor mode]:mode:(vim standard)' \
|
||||
'--editor-mode[text input editor mode]:mode:(vim standard)' \
|
||||
'--config[TOML configuration file]:file:_files' \
|
||||
'--cache=[enable local read cache]:boolean:(true false)' \
|
||||
'--cache-max-age[maximum offline cache age]:duration:' \
|
||||
@@ -243,7 +243,7 @@ complete -c diple -l fold-resolved -d 'Start resolved threads folded'
|
||||
complete -c diple -l compact-reviews -d 'Aggregate submitted reviews'
|
||||
complete -c diple -l path-scroll -d 'Scroll truncated paths'
|
||||
complete -c diple -l path-scroll-interval -x -d 'Path scrolling interval'
|
||||
complete -c diple -l editor-mode -x -a 'vim standard' -d 'Description editor mode'
|
||||
complete -c diple -l editor-mode -x -a 'vim standard' -d 'Text input editor mode'
|
||||
complete -c diple -l config -r -F -d 'TOML configuration file'
|
||||
complete -c diple -l cache -d 'Enable local read cache'
|
||||
complete -c diple -l cache-max-age -x -d 'Maximum offline cache age'
|
||||
|
||||
Reference in New Issue
Block a user