(no title)
bcgraham | 4 years ago
One of my most-frequently-used pry customizations is a keybinding that opens the current backtrace in fzf, with the preview window showing the selected location, allowing me to quickly walk up or down the stack, with tons of context. `enter` takes me to that frame, and `ctrl-v` opens that file location in vim.
ghostpepper|4 years ago
bcgraham|4 years ago
https://gist.github.com/bcgraham/f88e7e500e1b933bed1c7077f86...
I don't have the time now to clean it up, unfortunately. Before you judge too harshly, let him without sin cast the first stone.