-m fzf mappings

This commit is contained in:
thek4n 2024-10-31 20:27:44 +03:00
parent 4e7ed7fa86
commit ee275b24b6
4 changed files with 4 additions and 8 deletions

View File

@ -46,7 +46,7 @@ ctrl-a:toggle-all,\
ctrl-p:preview-up,\
ctrl-n:preview-down,\
ctrl-u:clear-query,\
ctrl-q:toggle+down,\
ctrl-o:toggle,\
tab:replace-query,\
shift-tab:toggle\
"

View File

@ -4,14 +4,12 @@
export FZF_DEFAULT_OPTS="\
--cycle \
--pointer='' \
--marker='+' \
--color='pointer:blue,prompt:blue' \
--bind \
ctrl-/:toggle-preview,\
ctrl-p:preview-up,\
ctrl-n:preview-down,\
ctrl-u:clear-query,\
ctrl-q:toggle+down\
ctrl-u:clear-query\
"
declare current_session

View File

@ -11,7 +11,7 @@ ctrl-/:toggle-preview,\
ctrl-p:preview-up,\
ctrl-n:preview-down,\
ctrl-u:clear-query,\
ctrl-q:toggle\
ctrl-o:toggle\
"
declare current_session

View File

@ -4,14 +4,12 @@
export FZF_DEFAULT_OPTS="\
--cycle \
--pointer='' \
--marker='+' \
--color='pointer:green,prompt:green' \
--bind \
ctrl-/:toggle-preview,\
ctrl-p:preview-up,\
ctrl-n:preview-down,\
ctrl-u:clear-query,\
ctrl-q:toggle+down\
ctrl-u:clear-query\
"
declare -r TMUX_SESSIONS="${HOME}/.tmux"