Logo
Usage
Overview

Usage

Conversation workflow, navigation, and editing behavior in VyAI.

1 min read
CLI Sessions Workflow

Conversation Workflow

  • Send prompts from the main chat tab
  • Create a new conversation with Ctrl + N
  • Switch to explore tab to view existing conversations
  • Select a conversation and press Enter to load it

Input Modes

  • i enters insert mode
  • Esc returns to normal mode

Editor Integration

Ctrl + E opens your configured editor ($EDITOR).

Fallback editors are attempted in this order when needed:

  • vim
  • vi
  • nano
  • ed

Search and Navigation

  • / opens chat search
  • Tab / Ctrl + Right switches tabs forward
  • Shift + Tab / Ctrl + Left switches tabs backward

Scrolling

  • j or Down: scroll down
  • k or Up: scroll up
  • g or Home: top
  • G or End: bottom