chabou / hyper-pane

Extension for Hyper.app to enhance pane navigation.
MIT License
188 stars 13 forks source link

Way to intigrate with neovim splits #62

Open pianocomposer321 opened 4 years ago

pianocomposer321 commented 4 years ago

I have changed navigation keys to Ctrl+hjkl. I also have mappend Ctrl+hjkl to navigate neovim splits in the same way. But now (unsurprisingly) Ctrl+hjkl is intecepted by hyper and no longer works to navigate in neovim. Is there a way to have it navigate intelligently among hyper panes and neovim splits?

For example: image Say I'm in neovim split 3. Ctrl+h should move me into split 2. Ctrl+h again should move me into hyper pane 1.

Also see https://github.com/christoomey/vim-tmux-navigator

istateside commented 3 years ago

@pianocomposer321 did you get anywhere with this? I'm trying out hyper and immediately tried to hunt down a plugin that could replace vim-tmux-navigator

pianocomposer321 commented 3 years ago

@pianocomposer321 did you get anywhere with this? I'm trying out hyper and immediately tried to hunt down a plugin that could replace vim-tmux-navigator

Unfortunately, no I did not. Since opening this issue I have changed workflows several times, and now I'm using Linux full time with only a regular terminal and tmux. Ironically, the whole reason I decided to try out hyper was because it supported ligatures, but if I remember correctly I could never get those to work right either...:rofl:.

istateside commented 3 years ago

Bummer! I've been messing around with trying to create a new plugin to replace vim-tmux-navigator, but definitely having a lot of trouble figuring out how to communicate back and forth with running processes inside hyper.

Sounds like you've moved on, but I'll come back and comment in this issue again if I do get it working, in case anyone else is looking for something similar.