mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
Remove PJ and back to old but accurate fd/awk duo
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ bind-key "s" run-shell "sesh connect \"$(
|
||||
--bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t --icons)' \
|
||||
--bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c --icons)' \
|
||||
--bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z --icons)' \
|
||||
--bind 'ctrl-f:change-prompt(🔎 )+reload(pj)' \
|
||||
--bind 'ctrl-f:change-prompt(🔎 )+reload(find_projects)' \
|
||||
--bind 'ctrl-d:execute(tmux kill-session -t {2..})+change-prompt(⚡ )+reload(sesh list --icons)' \
|
||||
--preview-window 'right:55%' \
|
||||
--preview 'sesh preview {}'
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# fallback to pj (https://github.com/josephschmitt/pj)
|
||||
# no cache but more accurate than pj (https://github.com/josephschmitt/pj)
|
||||
fd -H -d 7 -t d -E .git -E .gitlab . "{{ .projectdir }}" | awk '{ print length, $0 }' | sort -n | cut -d' ' -f2-
|
||||
|
||||
Reference in New Issue
Block a user