-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll other window #86
Comments
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, how do you prefer to set them up? |
function! ScrollOtherWindow(direction) |
I'm using mrjones2014/legendary.nvim for mappings + map documentation local options = { noremap = true, silent = true } local lhk_keymaps = { |
Thoughts |
Nice! Yeah this looks good, I think we can have it either automatically use next window, or a way to choose a window. Probably easiest to keep a list also for reference |
Thoughts: Like you, I have limited time and am new to nvim's lua api's. Yet, I'd really like to help add/test, etc. these to your plugin. I can be reached at: [email protected] |
Thought:
The ability to Scroll and Page Up/Down the "other" window in a split. Other defined as all window/s that do not have the present focus. I'm using a vim script hack I cobbled together a few years ago. Yet, such a feature in this plugin could be most advantageous.
The text was updated successfully, but these errors were encountered: