Zen Mode for Writing (Obsidian, Neovim)
Zen mode is a plugin most writing apps provide. I created my own in Neovim by hidding tmux bars and center text.
# Examples
# Neovim
Zen mode in Neovim - I used
wp.ssp.sh (nvim dots for Wordprocessor):

And Nvim without Zen:

# Obsidian
In Obsidian I’ve built the same, hiding the right size bar and tab bars - I used the same shortcut <leader>+z with the Vimrc Plugin.
Zen Mode:

And without Zen mode:

# Zen Configs
# Obsidian
Set Zen mode to hide tab and right side to have focus mode:
|
|
Check dotfiles at .obsidian/.vimrc.
# Neovim
I’m using zen-mode plugin with additinal tmux configs
|
|
See dotfiles at zen-mode.lua.
# Further Reads
- Seeing vim motions in actions at: Vim Motions for Writers
Origin: Vimrc for Obsidian