ProductPromotion
Logo

Rust

made by https://0x3d.site

GitHub - mathall/rim: Aspiring vim-like text editor
Aspiring vim-like text editor. Contribute to mathall/rim development by creating an account on GitHub.
Visit Site

GitHub - mathall/rim: Aspiring vim-like text editor

GitHub - mathall/rim: Aspiring vim-like text editor

Rim

Rim is an aspiring Vim-like text editor written in Rust.

Screenshot

Current state

Rim is in an early prototype stage. This means that you can load, edit and save files, and hopefully do so relatively comfortably if Vim is what you are used to. In particular some of the simpler commands for insertion and deletion as well as window and buffer navigation has been implemented and bound to the expected key strokes.

Try it out

Simply clone and cargo run.

Note: Some key bindings are for testing purposes only, and some may not work exactly as you would expect them to.

Window navigation

  • <C-w>v/<C-w>s - Split focused window
  • <C-w>c - Close focused window
  • <C-w> h/j/k/l - Move window focus left/down/up/right
  • n/N - Move window focus forward/backward in window order (for testing)
  • (<C->) y/u - Resize focused window (for testing)
  • <C-w>= - Reset window sizes

Buffer navigation

  • h/j/k/l/Arrow keys - Move caret
  • Home/0 - Move caret to start of line
  • End/$ - Move caret to end of line
  • PageUp/<C-b> - Scroll view up by window's length
  • PageDown/<C-f> - Scroll view down by window's length
  • <C-u> - Scroll view up by half of window's length
  • <C-d> - Scroll view down by half of window's length
  • gg - Go to first line
  • G - Go to last line
  • Space in normal mode - move caret forward across line boundaries
  • Backspace in normal mode - move caret backward across line boundaries

Insertion

  • i - Enter insert mode
  • I - Enter insert mode at start of line
  • a - Enter insert mode after caret
  • A - Enter insert mode at end of line
  • o - Enter insert mode at a new line under the current line
  • O - Enter insert mode at a new line above the current line
  • Escape - Exit insert mode

Deletion

  • dd - Delete line
  • D - Delete rest of line
  • C - Delete rest of line and enter insert mode
  • x - Delete character under the cursor
  • X - Delete character behind the cursor
  • r - Replace character under the cursor
  • R - Replace character on the line

Misc / For testing until a proper command line is implemented

  • F1-F4 - Load some buffers
  • :qa<Enter> - Quit
  • :q<Enter> - Close window and quit if it's the last one
  • :w<Enter> - Write buffer to file

More Resources
to explore the angular.

mail [email protected] to add your project or resources here 🔥.

Related Articles
to learn about angular.

FAQ's
to learn more about Angular JS.

mail [email protected] to add more queries here 🔍.

More Sites
to check out once you're finished browsing here.

0x3d
https://www.0x3d.site/
0x3d is designed for aggregating information.
NodeJS
https://nodejs.0x3d.site/
NodeJS Online Directory
Cross Platform
https://cross-platform.0x3d.site/
Cross Platform Online Directory
Open Source
https://open-source.0x3d.site/
Open Source Online Directory
Analytics
https://analytics.0x3d.site/
Analytics Online Directory
JavaScript
https://javascript.0x3d.site/
JavaScript Online Directory
GoLang
https://golang.0x3d.site/
GoLang Online Directory
Python
https://python.0x3d.site/
Python Online Directory
Swift
https://swift.0x3d.site/
Swift Online Directory
Rust
https://rust.0x3d.site/
Rust Online Directory
Scala
https://scala.0x3d.site/
Scala Online Directory
Ruby
https://ruby.0x3d.site/
Ruby Online Directory
Clojure
https://clojure.0x3d.site/
Clojure Online Directory
Elixir
https://elixir.0x3d.site/
Elixir Online Directory
Elm
https://elm.0x3d.site/
Elm Online Directory
Lua
https://lua.0x3d.site/
Lua Online Directory
C Programming
https://c-programming.0x3d.site/
C Programming Online Directory
C++ Programming
https://cpp-programming.0x3d.site/
C++ Programming Online Directory
R Programming
https://r-programming.0x3d.site/
R Programming Online Directory
Perl
https://perl.0x3d.site/
Perl Online Directory
Java
https://java.0x3d.site/
Java Online Directory
Kotlin
https://kotlin.0x3d.site/
Kotlin Online Directory
PHP
https://php.0x3d.site/
PHP Online Directory
React JS
https://react.0x3d.site/
React JS Online Directory
Angular
https://angular.0x3d.site/
Angular JS Online Directory