Sha256: 2d8e9debed72a9f227ac471c8d8a8131b9fe4d61a2ca518c3aab9d3c75c33b69

Contents?: true

Size: 833 Bytes

Versions: 15

Compression:

Stored size: 833 Bytes

Contents

# @title 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.59 docs/getting_started.md
vedeu-0.4.58 docs/getting_started.md
vedeu-0.4.57 docs/getting_started.md
vedeu-0.4.56 docs/getting_started.md
vedeu-0.4.55 docs/getting_started.md
vedeu-0.4.54 docs/getting_started.md
vedeu-0.4.53 docs/getting_started.md
vedeu-0.4.52 docs/getting_started.md
vedeu-0.4.51 docs/getting_started.md
vedeu-0.4.50 docs/getting_started.md
vedeu-0.4.49 docs/getting_started.md
vedeu-0.4.48 docs/getting_started.md
vedeu-0.4.47 docs/getting_started.md
vedeu-0.4.46 docs/getting_started.md
vedeu-0.4.45 docs/getting_started.md