1 files changed,
2 insertions(+),
2 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-09 16:05:06 +0200
Change ID:
xoqswwnxxnltuxrkvwtumlplqxvzustn
Parent:
21a6c28
M
scripts/pick.sh
@@ -41,10 +41,10 @@ }
pick() { local selected=$(get_all_sessions "$(get_current_session_name)" | fzf \ - --footer="C-x: unload/kill | C-r: rename | C-n: new" \ + --footer="C-x: unload/kill | C-r: rename | C-o: new" \ --bind "ctrl-x:execute($0 unload {})+reload($0 list)" \ --bind "ctrl-r:execute($0 rename {})+reload($0 list)" \ - --bind "ctrl-n:execute($0 new)+reload($0 list)" \ + --bind "ctrl-o:execute($0 new)+reload($0 list)" \ --bind "enter:accept") [[ -z "$selected" ]] && return 0