qutebrowser/qutebrowser/completion
Jimmy 1c10a1aecf Adds new buffer command with completion.
`buffer` takes either a tab index or a string and focuses the specified
tab. The index can be of the form [0-9]+ which will switch to the
relevant tab in the current window or [0-9]+/[0-9]+ (that is
win_id/index) which will focus the specified window before switching
tabs. If a string is passed the list of open tabs across all windows is
sorted based on title and url (just like in the completion widget) and
the top result is selected.
2016-03-31 14:00:36 +13:00
..
models Adds new buffer command with completion. 2016-03-31 14:00:36 +13:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completer.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completiondelegate.py Merge branch 'autocompletion_enhancement' of https://github.com/tex/qutebrowser into tex-autocompletion_enhancement 2016-01-20 20:04:53 +01:00
completionwidget.py Adjust copyright years. 2016-01-04 07:12:39 +01:00