Beau
Beau
> We are planning on storing the _public_ key of a public/private signing key pair. The public key is safe for anyone to know. In fact our proposal need it...
Aha, yes I see that the $HOME will not be available on non-terminals. I will have a look to see if there is a way to get the $HOME path...
Ah, let me see about adding this in. I just grepped the codebase and I don't see anywhere where I have touched the mouse options. I think statusline.lua will need...
Hey @thraizz I see your issue on my end too. Noticed that if I hit `` or any key for that matter after resizing my terminal window that the windows...
Ah yes, this is a common problem. In 0.8 is has been allowed to set winminwidth to 0 This should provide a stable path to fix this problem. I will...
> FWIW, I think I may have found out _why_ this isn't working as intended. > > It seems that the plugin is checking only the focused window's filetype and...
> > FWIW, I think I may have found out _why_ this isn't working as intended. > > It seems that the plugin is checking only the focused window's filetype...
Just pushed an update of which I hope to address a few issues. https://github.com/beauwilliams/focus.nvim/commit/6ff7636a6ab7603ec39abe921ad62d406fd7dfa2 Simplified the logic in the hopes to prevent firing the resize() fn as often. I wanted...
This is a tough one. There really is not much that can be done to address this with built in vim features, as it involves using the standard vim command...
Ahhh, so in short, being able to scroll the unfocused windows without switching to them. Neat! I can see this would be useful. How are you managing this with mappings,...