fix config.fish and yazi keymap
This commit is contained in:
@@ -32,3 +32,5 @@ alias pp="doas poweroff"
|
|||||||
alias ss="doas systemctl suspend"
|
alias ss="doas systemctl suspend"
|
||||||
|
|
||||||
alias hl="hledger"
|
alias hl="hledger"
|
||||||
|
|
||||||
|
zoxide init fish | source
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ prepend_keymap = [
|
|||||||
# gvfs plugin
|
# gvfs plugin
|
||||||
{ on = [ "M", "m" ], run = "plugin gvfs -- select-then-mount", desc = "Select device then mount" },
|
{ 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
|
# 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)
|
# 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", "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" },
|
{ on = [ "M", "u" ], run = "plugin gvfs -- select-then-unmount", desc = "Select device then unmount" },
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -82,3 +82,4 @@ bin/daily_backup.sh.orig
|
|||||||
.config/picom.conf
|
.config/picom.conf
|
||||||
.config/qtile
|
.config/qtile
|
||||||
.config/qtile
|
.config/qtile
|
||||||
|
.bash_history
|
||||||
|
|||||||
Reference in New Issue
Block a user