You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/src
Arijit Basu c1bb251fef
Adds Vim-Like Scrolling to XPLR (#704)
- Added through a setting `vimlike_scrolling` which is turned off by
default
- A hard-coded _(for now)_ cushion of `5` lines that allows for
previewing the next lines while scrolling
- A separate struct `ScrollState` with getters and setters for the
`current_focus` field to disallow setting the field without updating the
`last_focus` field
2 months ago
..
bin Documentation fixes and cli help improvement 1 year ago
lua Disable snap build 3 months ago
msg Sync branch (#687) 5 months ago
app.rs Fix linting 2 months ago
cli.rs Sync branch (#687) 5 months ago
compat.rs Sync branch (#687) 5 months ago
config.rs Adds corresponding config setting for vimlike_scrolling 2 months ago
directory_buffer.rs Fix linting 2 months ago
dirs.rs Sync branch (#687) 5 months ago
event_reader.rs Upgrade deps 2 years ago
explorer.rs Release 0.21.0 (#602) 1 year ago
init.lua Adds corresponding config setting for vimlike_scrolling 2 months ago
input.rs Add support for function keys upto F24 5 months ago
lib.rs Use xdg-rust crate instead of dirs crate (#631) 1 year ago
node.rs Release 0.21.0 (#602) 1 year ago
path.rs Sync branch (#687) 5 months ago
permissions.rs Release 0.21.0 (#602) 1 year ago
pipe.rs Fix linting errors 2 years ago
pwd_watcher.rs Fix auto jumping on cursor when visiting large dir 3 years ago
runner.rs Adds Vim-Like Scrolling to XPLR (#704) 2 months ago
search.rs Release 0.21.0 (#602) 1 year ago
ui.rs Makes the current_focus field private to limit usage to its setters and getters 2 months ago
yaml.rs Fix clippy error 2 years ago