|
Schim
|
An action in vim-mode. More...
#include <vim.h>
Public Member Functions | |
| Action (const QString &command, int count=0) | |
| Construct a vim-action. | |
| QString | getCommand () const |
| Get the vim-command associated with this action. | |
| Count | getCount () const |
| Get the vim-count associated with this action. | |
| bool | operator== (const QString &cmd) const |
Is this action's command identical to cmd? | |
An action in vim-mode.
A vim-action is a key sequence that is accompanied with some extra data:
1.8.13