File tree 4 files changed +46
-475
lines changed
4 files changed +46
-475
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export FZF_ALT_C_COMMAND="fd --type d --strip-cwd-prefix -HE='.git'"
17
17
_fzf_compgen_path () { fd -HE=' .git' . " $1 " ; }
18
18
_fzf_compgen_gir () { fd --type=d -HE=' .git' . " $1 " ; }
19
19
_FZF_LAYOUT=' --height 50% --layout=reverse'
20
- eval " $( fzf --zsh) "
20
+ # eval "$(fzf --zsh)"
21
21
22
22
# fzf theme; catppuccin mocha: https://github.com/catppuccin/fzf but no bg
23
23
export FZF_DEFAULT_OPTS=" ${_FZF_LAYOUT} \
Original file line number Diff line number Diff line change @@ -89,10 +89,12 @@ alt-slash = 'layout tiles horizontal vertical'
89
89
alt-comma = ' layout accordion horizontal vertical'
90
90
91
91
# See: https://nikitabobko.github.io/AeroSpace/commands#focus
92
- alt-left = ' focus left'
93
- alt-down = ' focus down'
94
- alt-up = ' focus up'
95
- alt-right = ' focus right'
92
+ # NB: don't use alt-arrows to preserve zellij tab movement
93
+ # NB: this ends up being ctrl-{arrows} with remap
94
+ cmd-left = ' focus left'
95
+ cmd-down = ' focus down'
96
+ cmd-up = ' focus up'
97
+ cmd-right = ' focus right'
96
98
97
99
# See: https://nikitabobko.github.io/AeroSpace/commands#move
98
100
alt-shift-left = ' move left'
You can’t perform that action at this time.
0 commit comments