Skip to content

Conversation

@rikuson
Copy link
Owner

@rikuson rikuson commented Nov 8, 2025

Summary

  • Replaced single <C-w>. keymap with three keymaps for better window management
  • <C-w>e: Open oil.nvim in current buffer
  • <C-w>v: Open oil.nvim in vertical split
  • <C-w>s: Open oil.nvim in horizontal split

Test plan

  • Verify <C-w>e opens oil.nvim in the current buffer
  • Verify <C-w>v opens oil.nvim in a vertical split
  • Verify <C-w>s opens oil.nvim in a horizontal split
  • Run make cui to apply the configuration
  • Test in Neovim after reloading configuration

🤖 Generated with Claude Code

Replace single keymap with three keymaps for better window management:
- <C-w>e: Open oil.nvim in current buffer
- <C-w>v: Open oil.nvim in vertical split
- <C-w>s: Open oil.nvim in horizontal split

These keymaps align with Vim's standard window management patterns,
making it more intuitive to open the file explorer in different layouts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@rikuson rikuson merged commit ec67ddb into master Nov 8, 2025
2 checks passed
@rikuson rikuson deleted the feat/oil-nvim-split-keymaps branch November 8, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants