File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 22
33status is-interactive || exit
44
5- bind \ cc ' commandline ""'
6- bind \ cl "
7- clear; printf '\e[3J'; commandline -f repaint
8- if functions -q tide_prompt_at_bottom
9- tide_prompt_at_bottom
10- end
11- "
12- bind \ cg ' gh pr view --web &>/dev/null || gh repo view --web &>/dev/null'
13- bind \ cp workon
14- bind \ ct ' pushd 2>/dev/null || pushd (mktemp -d) && commandline -f repaint'
15- bind \ cu '
5+ bind ctrl-g ' gh pr view --web &>/dev/null || gh repo view --web &>/dev/null'
6+ bind ctrl-l " clear; printf '\e[3J\e[%s;1H' \$ LINES; commandline -f repaint"
7+ bind ctrl-p workon
8+ bind ctrl-t ' pushd 2>/dev/null || pushd (mktemp -d) && commandline -f repaint'
9+ bind ctrl-u '
1610if not set -e GIT_DIR GIT_WORK_TREE
1711 set -gx GIT_DIR "$XDG_DATA_HOME /yadm/repo.git"
1812 set -gx GIT_WORK_TREE ~
1913end
2014commandline -f repaint
2115'
22- fzf_configure_bindings --directory =\ cf
16+ fzf_configure_bindings --directory =ctrl-f
You can’t perform that action at this time.
0 commit comments