diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-17 14:31:38 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-17 14:31:38 -0400 |
commit | e10fce2392ba47780c89b8e7adf4886303d65707 (patch) | |
tree | 974b75dbed0c03bf42ae03742e5d04e568902a5c /.config/lf | |
parent | 3475edd53aaf98258f26e679b7054bbf9dc4d061 (diff) |
Add ord dir to lf
Diffstat (limited to '.config/lf')
-rwxr-xr-x | .config/lf/lfrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 174fdbf..4b80bb7 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -150,6 +150,7 @@ map Y $printf "%s" "$fx" | xclip -selection clipboard # TODO: Automate this map gcf cd ~/.config map gbx cd ~/Dropbox +map gom cd ~/Dropbox/org map gdl cd ~/Downloads map gwp cd ~/Pictures/wallpapers map gdb cd ~/Dropbox |