~leon_plickat/nfm

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH nfm v2] Add default keybind '~' to go to home dir

Details
Message ID
<20220616200757.31451-1-mail@hmachet.com>
DKIM signature
pass
Download raw message
Patch: +2 -0
---
v1 -> v2:
  Only use `cd ~`

 example/config.ini | 1 +
 src/Config.zig     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/example/config.ini b/example/config.ini
index ee92b8f23745..faaec19915ac 100644
--- a/example/config.ini
+++ b/example/config.ini
@@ -21,6 +21,7 @@ home = cursor-move-to-top;
end = cursor-move-to-bottom;
page-down = cursor-move-page-down;
page-up = cursor-move-page-up;
~ = run(cd ~);
: = open-cmd;
m = mark-file-at-cursor;
M = open-select;
diff --git a/src/Config.zig b/src/Config.zig
index ac6fb1810bd3..61077afbc220 100644
--- a/src/Config.zig
+++ b/src/Config.zig
@@ -94,6 +94,7 @@ pub fn init(self: *Self) !void {
    try self.addBindIfUndefined("end", impl.@"cursor-move-to-bottom", null);
    try self.addBindIfUndefined("page-down", impl.@"cursor-move-page-down", null);
    try self.addBindIfUndefined("page-up", impl.@"cursor-move-page-up", null);
    try self.addBindIfUndefined("~", impl.@"run", "cd ~");
    try self.addBindIfUndefined(":", impl.@"open-cmd", null);
    try self.addBindIfUndefined("m", impl.@"mark-file-at-cursor", null);
    try self.addBindIfUndefined("M", impl.@"open-select", null);
-- 
2.36.1

[nfm/patches] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CKRTX2307S1K.33M1KYDNKBAJH@cirno>
In-Reply-To
<20220616200757.31451-1-mail@hmachet.com> (view parent)
DKIM signature
missing
Download raw message
nfm/patches: FAILED in 54s

[Add default keybind '~' to go to home dir][0] v2 from [Hugo Machet][1]

[0]: https://lists.sr.ht/~leon_plickat/nfm/patches/33061
[1]: mail@hmachet.com

✓ #781961 SUCCESS nfm/patches/alpine.yml  https://builds.sr.ht/~leon_plickat/job/781961
✗ #781962 FAILED  nfm/patches/freebsd.yml https://builds.sr.ht/~leon_plickat/job/781962
Details
Message ID
<CKRU5SGXZRDM.3N70IXCHZ76HK@m5>
In-Reply-To
<20220616200757.31451-1-mail@hmachet.com> (view parent)
DKIM signature
missing
Download raw message
Thanks!


Friendly greetings,
Leon Henrik Plickat
Reply to thread Export thread (mbox)