Skip to content

Commit

Permalink
Update gdbinit-gep.py with [TAB] and [BTAB] for fzf list navigation (#37
Browse files Browse the repository at this point in the history
)

* Update gdbinit-gep.py with [TAB] and [BTAB] for fzf list navigation

* Update gdbinit-gep.py remove trailing white space
  • Loading branch information
sweetbbak authored May 5, 2024
1 parent 83cc044 commit 8c33a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gdbinit-gep.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
FZF_RUN_CMD = (
"fzf",
"--select-1",
"--bind=tab:down",
"--bind=btab:up",
"--exit-0",
"--tiebreak=index",
"--no-multi",
Expand Down

0 comments on commit 8c33a41

Please sign in to comment.