14

I really like how vim is very light-weight compared to other text editor out there. However, this last 3 month, I stumble upon spacemacs. While spacemacs trying it's best by supporting vim's key binding (via evil mode), I don't really like how it consumes my memory.

One of the main reason I use spacemacs is merely because of emacs plugin named orgmode (http://orgmode.org/). I use it for note-taking as well as agenda.

How can I use orgmode by only using vim/neovim + tmux? (Either by using vim plugin or independent program)

So far, I find https://github.com/jceb/vim-orgmode as the best alternative. But it lacks some features.

EDIT

I'll let this question opened since it will let everyone share interesting answers.

However I find the best solution is just use tmux. Make two panels, let one of the panel run vim, while the other one run spacemacs with only minimal amount of layers (I only activate org-mode). The memory consumption is quite low (~ 27 MB). So, my biggest problem is already solved. tmux with spacemacs and spacevim side by side

goFrendiAsgard
  • 333
  • 1
  • 3
  • 8

3 Answers3

3

For to-do items specifically, there's Todo.txt (though that doesn't require vim, just any text editor).

1

I just use vim-markdown. I have vim-orgmode just for .org files.

And there is also vim-swoop which maps Leader+l to look up strings.

Spacemacs, has SPC-s-s for helm-swoop.

0

I think vimoutliner would probably be a good option. I've also found vimwiki helpful in the past.