You are browsing as a guest. Sign up (or log in) to start making projects!

1h 1m 26s logged

Vim mode! And more…

Pinel now features a minimal vim mode! I was able to import the core functionality from the package iced-code-editor (you will see me using this quite a lot) and it includes the following for vim:

  • Visual, normal and insert mode (along with different ways to go into insert mode
  • Saving/Saving and exiting vim mode
  • Line operators and file navigating
  • Search patterns
  • and quite a bit more

Additionally, I’ve been working on a context menu!

Think of the field like box that pops up when you right click on a file in the VSCode file explorer… its that.

Here are some of the options that will be included in the context menu for now:

  • File/folder creation
  • FIle/folder renaming
  • Opening a file/folder in finder (or the equivalent to your OS)

Changelog

  • feat[context-menu]: WIP - add file tree and message types (64b58f5)
  • ci: nightly fmt run (+4) (325073f)
  • ci: remove dead vim.rs file in replacement for dep code (8a58d8f)
  • feat[vim]: add settings page toggle and enums (3a4f2ee)
  • feat[vim]: WIP - add wires for editor constructions and live-apply helper (64ba157)
0
3

Comments 0

No comments yet. Be the first!