Giter Club home page Giter Club logo

yocto's Introduction

README
======

yocto is a minimalistic ncurses-based text editor for Unix-like operating
systems. It is smaller than pico and nano.

Installation
------------
To build and install yocto, simply run "make" and "make install".

Build dependencies:
- ncurses (tested with 5.4)

Keys
----

Here's a list of available keys:
Left               go to previous character
Right              go to next character
Down               go to next line
Up                 go to previous line
PageDown           go to next page
PageUp             go to previous page
Return             insert new line
Ctrl-A             go to begin of line
Ctrl-B             move current line to bottom of screen
Ctrl-C             copy text
Ctrl-D, DEL        delete character right of the cursor
Ctrl-E             go to end of line
Ctrl-F             find text
Ctrl-G             go to line
Ctrl-H, Backspace  delete character left of the cursor
Ctrl-I, TAB        insert TAB character
Ctrl-J             stop recording macro
Ctrl-K             delete text to end of line
Ctrl-L             redraw screen
Ctrl-M, RETURN     insert new line
Ctrl-N             go to next buffer
Ctrl-O             open file in new buffer
Ctrl-P             go to previous buffer
Ctrl-Q             quit editor
Ctrl-R             replay macro
Ctrl-S             save file
Ctrl-T             move current line to top of screen
Ctrl-U             start recording macro
Ctrl-V             paste text
Ctrl-W             save file as
Ctrl-X             cut text
Ctrl-Y             display information about current buffer
Ctrl-Z             move current line to center of screen


Contact
-------
For feedback, don't hesitate to contact Andreas Krennmair <[email protected]>.

License
-------
For license information please see the file LICENSE.

yocto's People

Contributors

akrennmair avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.