fix fzf opts
This commit is contained in:
parent
c541529016
commit
3e4e42e509
@ -12,8 +12,6 @@ ${FZF_DEFAULT_OPTS}
|
|||||||
--color='border:blue,label:blue'
|
--color='border:blue,label:blue'
|
||||||
--preview-window=follow
|
--preview-window=follow
|
||||||
--preview='tmux capture-pane -p -e -t {1}'
|
--preview='tmux capture-pane -p -e -t {1}'
|
||||||
--pointer='> '
|
|
||||||
--marker=''
|
|
||||||
--bind
|
--bind
|
||||||
ctrl-x:execute\(tmux\ kill-session\ -t\ {1}\)+reload\(${tmux_list_sessions_script}\),\
|
ctrl-x:execute\(tmux\ kill-session\ -t\ {1}\)+reload\(${tmux_list_sessions_script}\),\
|
||||||
load:reload\(${tmux_list_sessions_script}\;sleep\ 1\)\
|
load:reload\(${tmux_list_sessions_script}\;sleep\ 1\)\
|
||||||
|
|||||||
@ -11,8 +11,6 @@ ${FZF_DEFAULT_OPTS}
|
|||||||
--border-label=' Start session '
|
--border-label=' Start session '
|
||||||
--color='border:green,label:green'
|
--color='border:green,label:green'
|
||||||
--preview='highlight -O ansi '${TMUX_SESSIONS}/{1}''
|
--preview='highlight -O ansi '${TMUX_SESSIONS}/{1}''
|
||||||
--pointer='> '
|
|
||||||
--marker=''
|
|
||||||
--bind
|
--bind
|
||||||
ctrl-e:execute\(${EDITOR}\ \"${TMUX_SESSIONS}/{1}\"\)\
|
ctrl-e:execute\(${EDITOR}\ \"${TMUX_SESSIONS}/{1}\"\)\
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user