-
Notifications
You must be signed in to change notification settings - Fork 0
fix: cursor settings and enhance tmux status bar styling #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Disabled the window.openFoldersInNewWindow setting by commenting it out to prevent new windows from opening for each folder. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @HagaSpa's task —— View job Code Review for Cursor Settings ConfigurationTodo List:
Review Summary ✅This is a clean and well-executed configuration change. The PR successfully comments out the Detailed AnalysisCode Quality & Best Practices ✅
Potential Issues 🔍
Performance Considerations ⚡
Security Concerns 🔒
Test Coverage 📋
Recommendations
Files Modified
This PR demonstrates good practices for configuration management: focused scope, proper testing, and clean implementation. |
- Update status bar with light green background (#dfffdf) - Simplify window status format with cleaner display - Add lambda symbol for current window indicator - Remove datetime from status-right for minimal look 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @HagaSpa's task —— View job Code Review for PR #37 ✅Todo List:
Review Summary ✅This PR contains clean configuration changes for both Cursor editor and tmux. The changes are well-implemented and follow good practices for dotfiles management. Detailed AnalysisCode Quality & Best Practices ✅Cursor Settings (.config/cursor/settings.json:86)
tmux Configuration (.config/tmux/tmux.conf:22-24)
Potential Issues 🔍No Critical Issues Found
Minor Observations
Performance Considerations ⚡Minimal Impact
Security Concerns 🔒No Security Issues
Test Coverage 📋Appropriate Testing Approach
Specific File Analysis.config/cursor/settings.json
.config/tmux/tmux.conf
Recommendations
Files Modified
This PR demonstrates excellent configuration management practices with focused changes, proper documentation, and clean implementation. |
Replace complex commented-out format string with clearer Japanese comment explaining that the setting highlights the currently selected window 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @HagaSpa's task —— View job Code Review for PR #37 ✅Todo List:
Review Summary ✅This PR contains clean, well-structured configuration changes that follow best practices for dotfiles management. Both the Cursor settings and tmux configuration improvements are implemented correctly and safely. Detailed AnalysisCode Quality & Best Practices ✅Cursor Settings (
tmux Configuration (
Potential Issues 🔍Minor Considerations (No blocking issues)
No Critical Issues Found
Performance Considerations ⚡Minimal Performance Impact
No Performance Concerns
Security Concerns 🔒No Security Issues Identified
Security Best Practices Followed
Test Coverage 📋Appropriate Testing Approach for Configuration Files
Testing Recommendations Met
Specific Code Analysis
|
Background / 背景
Fixed Cursor editor settings and enhanced tmux configuration with improved status bar styling.
Cursorエディタの設定を修正し、tmuxの設定を強化してステータスバーのスタイリングを改善しました。
Changes / 変更内容
Cursor Editor / Cursorエディタ
window.openFoldersInNewWindow: "on"setting in.config/cursor/settings.json.config/cursor/settings.json内のwindow.openFoldersInNewWindow: "on"設定をコメントアウトTmux Configuration / Tmux設定
Updated status bar with light green background (#dfffdf) for better visibility
Simplified window status format for cleaner display
Added lambda symbol (λ) as current window indicator
Removed datetime from status-right for minimal look
Standardized tmux option syntax using shorter
setinstead ofset-optionステータスバーの背景を薄緑色(#dfffdf)に変更し視認性を向上
ウィンドウステータス形式をシンプル化しクリーンな表示に
現在のウィンドウインジケーターにラムダ記号(λ)を追加
ミニマルな見た目のためstatus-rightから日時表示を削除
tmuxオプション構文を
set-optionから短いsetに統一Impact scope / 影響範囲
Cursor editor: Changes folder opening behavior in the editor
Tmux: Only affects visual appearance and window display, no functional behavior modified
Cursorエディタ: エディタでのフォルダ開き動作に影響
Tmux: 視覚的な外観とウィンドウ表示にのみ影響、機能的な動作は変更なし
Testing / 動作確認
🤖 Generated with Claude Code