Skip to content

Commit

Permalink
atualiza os links
Browse files Browse the repository at this point in the history
  • Loading branch information
vamolessa committed Dec 7, 2020
1 parent 8591c51 commit c2f06ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### An opinionated modal editor to simplify code editing from the terminal

![main screenshot](screenshots/main.png)
![main screenshot](assets/screenshots/main.png)

[more gifs](screenshots)
[more screenshots](https://github.com/matheuslessarodrigues/pepper/wiki/screenshots)

Pepper is an experiment of mine to simplify code editing from the terminal.
It's mission is to be a minimal and fast code editor with an orthogonal set of both editing and navigation features.
Expand All @@ -16,10 +16,10 @@ Demo's limitations (may change in the future)
- can't change keybindings
- can't save files

### [default keybindings](modes)
### [scripting api](scripting)
### [defining language syntaxes](syntax)
### [config recipes](recipes)
### [default keybindings](https://github.com/matheuslessarodrigues/pepper/wiki/bindings)
### [scripting api](https://github.com/matheuslessarodrigues/pepper/wiki/scripting-api-reference)
### [defining language syntaxes](https://github.com/matheuslessarodrigues/pepper/wiki/language-syntax-definitions)
### [config recipes](https://github.com/matheuslessarodrigues/pepper/wiki/config-recipes)

### if you find a bug or need help
Please [open an issue](https://github.com/matheuslessarodrigues/pepper/issues)
Expand Down Expand Up @@ -102,4 +102,4 @@ It's possible to kinda follow Pepper's development history in this [twitter thre

## big features todo
- language server protocol (in progress)
- debug adapter protocol
- debug adapter protocol
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
theme: jekyll-theme-minimal
markdown: kramdown
include:
- .github

0 comments on commit c2f06ef

Please sign in to comment.