Skip to content

Instantly share code, notes, and snippets.

View axvr's full-sized avatar
💾
Dreaming of better computers...

Alex Vear axvr

💾
Dreaming of better computers...
View GitHub Profile
@axvr
axvr / org.vim
Last active March 23, 2021 22:48
Org.vim extension to make folding closer to Org mode in GNU Emacs by defining the "Tab" and "Shift-Tab" key bindings.
" Org.vim[Fn0] extension to make folding closer to Org mode in GNU Emacs by
" defining the "Tab" and "Shift-Tab" key bindings.
"
" Path: ~/.vim/after/ftplugin/org.vim or ~/.config/nvim/after/ftplugin/org.vim
" Author: Alex Vear
" Legal: No rights reserved. Public domain.
" Fn0: <https://github.com/axvr/org.vim>
let b:org_clean_folds = 1