feat(neovim): improve terminal and tab management #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves Neovim terminal and tab management with three key enhancements:
1. Vertical Split Terminals
2. Terminal Mode Navigation
<Esc><Esc>to exit terminal mode (works with vim mode in zsh/claude-code)<C-w>h/j/k/lto navigate windows directly from terminal mode3. Tab Management with Custom Names
:TabRename <name><leader>tr- Rename current tab<leader>bt- Browse/switch tabs with TelescopeTest Plan
<Esc><Esc>exits terminal mode<C-w>h/j/k/lnavigation from terminal<leader>tr<leader>btChanges
homeConfigurations/profiles/common_neovim.nix: Terminal config, terminal keybindings, tabby/telescope-tabs setupflake.nix: Added telescope-tabs as custom plugin, disabled doCheck for runtime-only dependenciesflake.lock: Added telescope-tabs input