fix config.fish and yazi keymap

This commit is contained in:
Archie Fox
2025-06-08 10:04:40 +03:00
parent 0ad04329d3
commit 9a554d15ec
3 changed files with 4 additions and 1 deletions

View File

@@ -32,3 +32,5 @@ alias pp="doas poweroff"
alias ss="doas systemctl suspend"
alias hl="hledger"
zoxide init fish | source

View File

@@ -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" },

1
.gitignore vendored
View File

@@ -82,3 +82,4 @@ bin/daily_backup.sh.orig
.config/picom.conf
.config/qtile
.config/qtile
.bash_history