Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,31 @@ You're done! You have manually configured your development environment following
**Happy coding!**
</details>

## Troubleshooting

### Zellij Copy/Paste Issue on Linux Mint

If you're using Linux Mint with the repo config and have activated wezterm + zellij + fish, you might not be able to copy text from the terminal (neither with mouse nor shortcuts).

#### Solution

In the config file `/home/[username]/.config/zellij/config.kdl`, uncomment these lines:

Change:
//copy_command "xclip -selection clipboard" // x11

To:
copy_command "xclip -selection clipboard" // x11

And also change:
//copy_clipboard "primary"

To:
copy_clipboard "primary"

Reference: https://zellij.dev/documentation/faq.html#copy--paste-isnt-working-how-can-i-fix-this


---

## AI Configuration for Neovim
Expand Down