Skip to content
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

itero not working in tmux #1573

Open
2 tasks done
mrmarkwell opened this issue Sep 6, 2024 · 4 comments
Open
2 tasks done

itero not working in tmux #1573

mrmarkwell opened this issue Sep 6, 2024 · 4 comments
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@mrmarkwell
Copy link

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

0.10.1

Neorg setup

      require('neorg').setup({
        load = {
          ['core.defaults'] = {},
          ['core.concealer'] = {},
        },
      })

Actual behavior

When making lists or headers, [Alt-Enter] doesn't continue it.

Expected behavior

The thing should be continued when [Alt-Enter] is pressed.

Steps to reproduce

Install neorg.
Make a list.

Potentially conflicting plugins

I removed everything in my config except lazy and neorg, and this issue was reproducible for me.

Other information

I'm happy to run any experiment. I don't know how to start debugging this, but if there is any info I can share to help, let me know.

Help

Yes

Implementation help

How to debug what is causing the issue.

@mrmarkwell mrmarkwell added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Sep 6, 2024
@mrmarkwell
Copy link
Author

I reproduced this on both my macbook pro and on my linux server.

@mrmarkwell
Copy link
Author

This seems to have been something wrong with my config. I reset to a minimal config and it started working. If I figure out what the issue was, I'll add it here for posterity.

@mrmarkwell
Copy link
Author

The issue I had was related to my luarocks version. I installed luarocks with nix home-manager, and something about it was causing the issue. I uninstalled it and used brew instead and it started working fine.

@mrmarkwell mrmarkwell changed the title itero not working itero not working in tmux Sep 9, 2024
@mrmarkwell
Copy link
Author

mrmarkwell commented Sep 9, 2024

Ok, sorry for the thrash - this is still not working and the issue was actually tmux.

"Alt-Enter" doesn't continue the current list item in tmux, but outside tmux it does work. This is true with a minimal config, and no tmux.conf.

This reproduces on macos and linux.

@mrmarkwell mrmarkwell reopened this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

1 participant