nvim-neorg / neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
GNU General Public License v3.0
6.33k stars 208 forks source link

itero not working in tmux #1573

Open mrmarkwell opened 2 weeks ago

mrmarkwell commented 2 weeks ago

Prerequisites

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 commented 2 weeks ago

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

mrmarkwell commented 2 weeks ago

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 commented 2 weeks ago

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 commented 2 weeks ago

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.