Open in Neovim - TMUX Release
Open in Neovim - TMUX Release
The Open in Neovim repository contains a Windows Subsystem for Linux (WSL) compatible batch script that allows users to easily open text files in Neovim through the WSL terminal on Windows machines.
New Feature:
This latest release introduces TMUX integration, allowing text files to be opened directly in Neovim within a TMUX terminal session.
- When editing a file in Neovim through TMUX, the session will return to TMUX after you exit Neovim, rather than closing the entire terminal.
- This update enhances workflow efficiency, especially for users who frequently work within TMUX environments.
Bugs Fixed:
- "nvim command not found" issue: The script would previously fail to find Neovim due to execution commands running before custom
.rc
files were sourced, causing the Neovim path to be unavailable. .zshrc or .bashrc
is now sourced before the execution of the file to fix this issue.- The script now uses the
which
command to locate and run applications, ensuring compatibility across a variety of machine setups.
Full Changelog: v1.0.1...v1.1.0