summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput/modeparsers.py
AgeCommit message (Expand)Author
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-15Fix some inconsistent returnsFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-11-02use enum module instead or usertypes.enumGyorgy Orban
2017-07-04Fix vultureFlorian Bruhin
2017-07-04Add a cmdexc.ErrorFlorian Bruhin
2017-07-04More keyconfig workFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-01-20Ignore non-register keysJan Verbeek
2016-11-15Remove misplaced blank lineJan Verbeek
2016-11-14Change hard-coded escape to leave-mode bindingJan Verbeek
2016-11-11Cancel register key input with escapeJan Verbeek
2016-11-10Fix macros with a mode-switching commandFlorian Bruhin
2016-11-09Improve macro code style, info messagesJan Verbeek
2016-10-20Catch RegisterKeyParser command errorsJan Verbeek
2016-10-20Move keyboard macro system to MacroRecorder objectJan Verbeek
2016-10-08Fix long linesJan Verbeek
2016-10-08Interactively get macro registerJan Verbeek
2016-08-19Whoops...Florian Bruhin
2016-08-19Fix lintFlorian Bruhin
2016-08-19Make command keys configurablenanjekyejoannah
2016-08-10hints: refactor auto-follow handling in the fire methodJakub Klinkovský
2016-08-09Add a --mode flag to :hintsNiklas Haas
2016-06-07Simplify some bool conditionsFlorian Bruhin
2016-06-07Renumber hints when filtering in numeric modeJakub Klinkovský
2016-06-07Fix backspace handling in numeric hint modeJakub Klinkovský
2016-06-07Add timeout after auto-followed hintJakub Klinkovský
2016-04-19Return False when MarkKeyParser gets special key.Ryan Roden-Corrent
2016-04-19Don't limit marks to alpha characters.Ryan Roden-Corrent
2016-04-19Small fixes for marks.Ryan Roden-Corrent
2016-04-17Fix MarkKeyParser crash when changing keyconfig.Ryan Roden-Corrent
2016-04-17Remove cyclic dependency from MarkKeyParser.Ryan Roden-Corrent
2016-04-17Move jump_mark logic to TabbedBrowser.Ryan Roden-Corrent
2016-04-17Fix up mistakes caught by pylint.Ryan Roden-Corrent
2016-04-17Add set_mark and jump_mark modes.Ryan Roden-Corrent
2016-01-04Adjust copyright years.Florian Bruhin
2015-06-05Refactor key mode/parser handling in modeman.Florian Bruhin
2015-05-13Clean up CaretKeyParser.Florian Bruhin
2015-05-11Fix lint.Florian Bruhin
2015-05-07Add count for actions. Zero key treat as command.Artur Shaik
2015-05-04Disable support count for CaretKeyParserArtur Shaik
2015-04-28Fix lint.Florian Bruhin
2015-04-09Basic caret and visual modes implementationArtur Shaik
2015-03-31Various spelling fixes.Florian Bruhin
2015-02-27Add input -> partial-timeout option to clear partial keystrings.Florian Bruhin
2015-02-27Return Match instead bool in _handle_single_key.Florian Bruhin
2015-01-03Update copyright yearsFlorian Bruhin
2014-10-07Remove Emit:/Raise: from docstrings.Florian Bruhin
2014-10-06Fix lint/bugsFlorian Bruhin