fix fzf opts

This commit is contained in:
thek4n 2024-11-18 22:48:58 +03:00
parent c541529016
commit 3e4e42e509
2 changed files with 0 additions and 4 deletions

View File

@ -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\)\

View File

@ -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}\"\)\
" "