bazed icon indicating copy to clipboard operation
bazed copied to clipboard

The baz editor

Results 28 bazed issues
Sort by recently updated
recently updated
newest added

This PR implements syntax highlighting as part of core using syntect -- later we'll want to put this in a plugin and move to also supporting treesitter.

topic-core
topic-frontend

Most likely by using syntect, for now. Treesitter should be kept in mind as a desired feature later.

topic-core

Currently, input-mapper expresses keymaps as nested hashmaps. This has a few very key limitations: - It doesn't allow us to match on arbitrary keys by some property (as evidenced by...

topic-inputmapper

vim mode should be displayed in the frontend. In the long run, we probably wanna have some more or less generic status line to display information, however for now a...

topic-frontend
topic-vim

While buffer supports saving files, we currently do not expose this functionality as a keybind or anything.. we should do that, such that we'd actually be an editor

topic-core

input chains are command mappings like `gg`, `dw`, etc that are composed of several, chained inputs. Some of these will have timeouts, i.e. mappings in insert mode (`kj` for escape...

topic-vim

Plugins will need to react to events such as insertion, deletion, cursor movement, etc. Similarly, things like a jumplist would need to remember cursor position after any jump and/or text...

topic-core
topic-pm
discussion