aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-13 19:20:46 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-13 19:20:46 -0500
commit9f95db30e53a8b044c69ed9f2d108560ce463326 (patch)
tree51ea30cf2d182ffd72c9c924c0fabce8d6f4ba13 /sh/.profile
parent38ce6abdf0018539d16d65483a2610d1c7ba8e9a (diff)
feat(tmux): sessionizer now creates dir from prompt if non selected
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sh/.profile b/sh/.profile
index 69bdd9f..09b8c0b 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -28,8 +28,7 @@ export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export ZK_NOTEBOOK_DIR="$HOME/zk"
export STARSHIP_LOG="error"
export FZF_DEFAULT_COMMAND="fd --type f || git ls-tree -r --name-only HEAD || rg --files || find ."
-export FZF_DEFAULT_OPTS='--exit-0 --select-1
---bind ctrl-q:abort
+export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
--bind ctrl-y:preview-up
--bind ctrl-e:preview-down
--bind ctrl-u:preview-half-page-up