Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 28, 2025

Replace KDE-specific dolphin command with open for opening files in the system file manager.

Changes

  • Updated lua/keymaps/normal-keymaps.lua keymap <C-e>:
    • !dolphin!open (both invocations)
    • Removed --select flag (not needed with open)
    • Updated description to remove OS-specific reference
# Before
vim.cmd("!dolphin --select" .. " " .. path)

# After  
vim.cmd("!open " .. path)

The open command works natively on macOS and is more easily aliased/adapted on Linux systems than the KDE-specific dolphin.

Original prompt

replace dolphin" .. with open" ..


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Oct 28, 2025
@connerohnesorge connerohnesorge marked this pull request as ready for review October 28, 2025 20:47
Copilot AI changed the title [WIP] Replace dolphin with open in the code Replace dolphin with open for cross-platform compatibility Oct 28, 2025
Copilot AI requested a review from connerohnesorge October 28, 2025 20:50
@connerohnesorge connerohnesorge merged commit 1e6bcea into main Nov 10, 2025
3 checks passed
@connerohnesorge connerohnesorge deleted the copilot/replace-dolphin-with-open branch November 10, 2025 21:58
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