Sha256: e2b6a558a8c096367e0b82e9704e6337f7fc6ba79238835360f0d5ca6b78c903

Contents?: true

Size: 827 Bytes

Versions: 15

Compression:

Stored size: 827 Bytes

Contents

## Getting Started with Vedeu

- Set your configuration.
- Define your interfaces.
  - Define the border.
  - Define the geometry.
  - Define the keymap.
- Define the global keymap, this will be used irrespective of the interface
  currently in focus.


### Predefined Keys

Vedeu automatically defines four keys for your client application:

  - q = Quit. Internally triggers the :_exit_ system event which in turn
    requests the application stops. This triggers the event :cleanup which
    the client application can bind to and perform any tidying up it wishes
    to perform before exiting.

  - <esc> = Mode Switch. Toggle between cooked and raw terminal modes.

  - <tab> = Focus Next. Focus the next interface in the focus list.

  - <shift+tab> = Focus Previous. Focus the previous interface in the focus
    list.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vedeu-0.4.44 docs/getting_started.md
vedeu-0.4.43 docs/getting_started.md
vedeu-0.4.42 docs/getting_started.md
vedeu-0.4.41 docs/getting_started.md
vedeu-0.4.40 docs/getting_started.md
vedeu-0.4.39 docs/getting_started.md
vedeu-0.4.38 docs/getting_started.md
vedeu-0.4.37 docs/getting_started.md
vedeu-0.4.36 docs/getting_started.md
vedeu-0.4.35 docs/getting_started.md
vedeu-0.4.34 docs/getting_started.md
vedeu-0.4.33 docs/getting_started.md
vedeu-0.4.32 docs/getting_started.md
vedeu-0.4.31 docs/getting_started.md
vedeu-0.4.30 docs/getting_started.md