fzf style
This commit is contained in:
parent
c7f4925084
commit
0d41b5b5cb
@ -9,6 +9,8 @@ ${FZF_DEFAULT_OPTS}
|
||||
--border-label=' Attach session '
|
||||
--preview-window=follow
|
||||
--preview='tmux capture-pane -p -e -t {1}'
|
||||
--pointer='> '
|
||||
--marker=''
|
||||
--bind
|
||||
ctrl-x:execute\(tmux\ kill-session\ -t\ {1}\)+reload\(${tmux_list_sessions_script}\),\
|
||||
load:reload\(${tmux_list_sessions_script}\;sleep\ 1\)\
|
||||
|
||||
@ -5,7 +5,8 @@ export FZF_DEFAULT_OPTS="\
|
||||
${FZF_DEFAULT_OPTS}
|
||||
--color='border:green,label:green'
|
||||
--border-label=' Start session '
|
||||
--no-multi \
|
||||
--pointer='> '
|
||||
--marker=''
|
||||
"
|
||||
|
||||
readonly TMUX_SESSIONS="${HOME}/.tmux"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user