FYI - Getting Tmux & Neovim working #198
Dillpickleschmidt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FYI for anyone wanting to get this working with tmux and/or neovim, here's what I did:
.tmux.conf
bind \\ display-popup -w90% -h90% -d '#{pane_current_path}' -E 'lazysql'This binds it to
prefix + \Remember to reload the configuration file.mappings.lua
There's probably a much easier way to do this but this worked for me. It basically manually sets up the size of the floating window and uses your git directory as a root path. You could ofc reconfigure this however you like.
*termopen is apparently deprecated but it works so I left it. I was having some issues with alternatives setting up the working directory and couldn't be bothered to troubleshoot more
Beta Was this translation helpful? Give feedback.
All reactions