From a604410ae4b4e49c2eb5fd313800535c1916f77b Mon Sep 17 00:00:00 2001 From: qkzk Date: Wed, 21 Dec 2022 23:52:30 +0100 Subject: readme, dev --- development.md | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/development.md b/development.md index bd3d480..4dcc895 100644 --- a/development.md +++ b/development.md @@ -245,6 +245,7 @@ - [ ] args read correctly, use NVIM_LISTEN_ADDRESS if args is sent - [ ] display / event separation. use async and message passing between coroutines - [ ] @ranger [ueberzug-rs](https://github.com/Adit-Chauhan/Ueberzug-rs) @[termimage](https://rawcdn.githack.com/nabijaczleweli/termimage/doc/termimage/index.html) +- [ ] vim keys, harmonize keybinds with ranger - [ ] Version 0.2.0 : tests diff --git a/readme.md b/readme.md index ba04def..2ecf348 100644 --- a/readme.md +++ b/readme.md @@ -67,13 +67,14 @@ If you added the [recommanded function](#cd-on-quit) to your bashrc/zshrc, simpl - Change display, removing details or displaying a single pane. - Preview most of files (text, highlighted code, binary, pdf, exif details, video/audio details, archives) with P -- Decompress an archive with Ctrl+x +- Decompress an archive by opening it (o, enter, right click) - Copy a filename/filepath to clipboard with Ctrl+n, Ctrl+p - Rename a bunch of file with B. Flag files, B, edit the names and save the file. The renaming is done. - Use the integrated fuzzy finder (forked version of skim, an fzf clone) with Ctrl+f to navigate quickly - Filter the view (by extension, name, directory only, all files) with F - Find files with / (with completion), flag files matching a regex with w - Detect removable disks automatically and jump to them in a few keystrokes (G, up, enter) +- Drag and drop files (requires dragon-drop installed) with Alt+D Most of those features are inspired by ranger and alternatives (Midnight commander), the look and feel by dired. -- cgit v1.2.3