Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
/ ast-vim Public

directly edit the AST of C files in a vim-like TUI

Notifications You must be signed in to change notification settings

Tenari/ast-vim

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

./make.sh editor run

Commands

Normal Mode

  • Up - move cursor to previous sibling node
  • Down - move cursor to next sibling node
  • Left - move cursor to parent node
  • Right - move cursor to first child node
  • I - insert sibling node above
  • i - insert sibling node below
  • O - insert child node at top of list
  • o - insert child node at bottom of list
  • e - edit current node details
  • S - save as C source code

Edit Mode

Typical character letters will put the character in the relevant buffer. Text input, essentially.

  • Up - moves menu selection up
  • Down - moves menu selection down
  • Tab - accept menu selection
  • Enter - accept text input

About

directly edit the AST of C files in a vim-like TUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.