Editor fix

pull/3/head
Arijit Basu 3 years ago
parent 03fffd19e2
commit 980fb8728a
No known key found for this signature in database
GPG Key ID: 7D7BF809E7378863

2
Cargo.lock generated

@ -1133,7 +1133,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "xplr"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"criterion",
"crossterm",

@ -1,6 +1,6 @@
[package]
name = "xplr"
version = "0.1.4"
version = "0.1.5"
authors = ["Arijit Basu <sayanarijit@gmail.com>"]
edition = "2018"
description = "An experimental, minimal, configurable TUI file explorer, stealing ideas from nnn and fzf."

@ -234,7 +234,7 @@ impl Default for KeyBindings {
- Call:
command: vim
args:
- "{{absolutepath}}"
- "{{absolutePath}}"
forward-slash:
help: search
actions:

Loading…
Cancel
Save