From 9a554d15ec97d06f52d25e153013c386d163b3bd Mon Sep 17 00:00:00 2001 From: Archie Fox Date: Sun, 8 Jun 2025 10:04:40 +0300 Subject: [PATCH] fix config.fish and yazi keymap --- .config/fish/config.fish | 2 ++ .config/yazi/keymap.toml | 2 +- .gitignore | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c4d96df..8bde703 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -32,3 +32,5 @@ alias pp="doas poweroff" alias ss="doas systemctl suspend" alias hl="hledger" + +zoxide init fish | source diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 0d9bc31..619a975 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -3,7 +3,7 @@ prepend_keymap = [ # gvfs plugin { on = [ "M", "m" ], run = "plugin gvfs -- select-then-mount", desc = "Select device then mount" }, # or this if you want to jump to mountpoint after mounted - { on = [ "M", "m" ], run = "plugin gvfs -- select-then-mount --jump", desc = "Select device to mount and jump to its mount point" }, + { on = [ "M", "M" ], run = "plugin gvfs -- select-then-mount --jump", desc = "Select device to mount and jump to its mount point" }, # This will remount device under cwd (e.g. cwd = /run/user/1000/gvfs/DEVICE_1/FOLDER_A, device mountpoint = /run/user/1000/gvfs/DEVICE_1) { on = [ "M", "R" ], run = "plugin gvfs -- remount-current-cwd-device", desc = "Remount device under cwd" }, { on = [ "M", "u" ], run = "plugin gvfs -- select-then-unmount", desc = "Select device then unmount" }, diff --git a/.gitignore b/.gitignore index 2387799..71f6903 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ bin/daily_backup.sh.orig .config/picom.conf .config/qtile .config/qtile +.bash_history