{"id":13437284,"url":"https://github.com/mathall/rim","last_synced_at":"2026-01-11T05:04:29.507Z","repository":{"id":26563403,"uuid":"30017427","full_name":"mathall/rim","owner":"mathall","description":"Aspiring vim-like text editor","archived":false,"fork":false,"pushed_at":"2021-01-16T07:50:16.000Z","size":505,"stargazers_count":617,"open_issues_count":6,"forks_count":40,"subscribers_count":23,"default_branch":"github","last_synced_at":"2025-03-19T06:41:52.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-29T11:36:38.000Z","updated_at":"2025-03-17T04:18:03.000Z","dependencies_parsed_at":"2022-07-11T07:00:21.979Z","dependency_job_id":null,"html_url":"https://github.com/mathall/rim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathall/rim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathall%2Frim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathall%2Frim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathall%2Frim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathall%2Frim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathall","download_url":"https://codeload.github.com/mathall/rim/tar.gz/refs/heads/github","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathall%2Frim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28287194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:00:55.680Z","updated_at":"2026-01-11T05:04:29.473Z","avatar_url":"https://github.com/mathall.png","language":"Rust","readme":"# Rim\nRim is an aspiring Vim-like text editor written in Rust.\n\n![Screenshot](screenshot.png)\n\n## Current state\nRim 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.\n\n## Try it out\n\nSimply clone and `cargo run`.\n\nNote: Some key bindings are for testing purposes only, and some may not work exactly as you would expect them to.\n\nWindow navigation\n- `\u003cC-w\u003ev/\u003cC-w\u003es` - Split focused window\n- `\u003cC-w\u003ec` - Close focused window\n- `\u003cC-w\u003e h/j/k/l` - Move window focus left/down/up/right\n- `n/N` - Move window focus forward/backward in window order (for testing)\n- `(\u003cC-\u003e) y/u` - Resize focused window (for testing)\n- `\u003cC-w\u003e=` - Reset window sizes\n\nBuffer navigation\n- `h/j/k/l/Arrow keys` - Move caret\n- `Home/0` - Move caret to start of line\n- `End/$` - Move caret to end of line\n- `PageUp/\u003cC-b\u003e` - Scroll view up by window's length\n- `PageDown/\u003cC-f\u003e` - Scroll view down by window's length\n- `\u003cC-u\u003e` - Scroll view up by half of window's length\n- `\u003cC-d\u003e` - Scroll view down by half of window's length\n- `gg` - Go to first line\n- `G` - Go to last line\n- `Space` in normal mode - move caret forward across line boundaries\n- `Backspace` in normal mode - move caret backward across line boundaries\n\nInsertion\n- `i` - Enter insert mode\n- `I` - Enter insert mode at start of line\n- `a` - Enter insert mode after caret\n- `A` - Enter insert mode at end of line\n- `o` - Enter insert mode at a new line under the current line\n- `O` - Enter insert mode at a new line above the current line\n- `Escape` - Exit insert mode\n\nDeletion\n- `dd` - Delete line\n- `D` - Delete rest of line\n- `C` - Delete rest of line and enter insert mode\n- `x` - Delete character under the cursor\n- `X` - Delete character behind the cursor\n- `r` - Replace character under the cursor\n- `R` - Replace character on the line\n\nMisc / For testing until a proper command line is implemented\n- `F1-F4` - Load some buffers\n- `:qa\u003cEnter\u003e` - Quit\n- `:q\u003cEnter\u003e` - Close window and quit if it's the last one\n- `:w\u003cEnter\u003e` - Write buffer to file\n","funding_links":[],"categories":["Applications","Rust","应用程序 Applications","应用 Applications","Text Editors","应用"],"sub_categories":["Text editors","文本编辑器 Text editors","文本编辑"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathall%2Frim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathall%2Frim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathall%2Frim/lists"}