Commit Graph

8 Commits

Author SHA1 Message Date
Jens Luedicke
54d6fd3cce Fix C-Shift-Arrow word selection keybindings
Fixed C-Shift-Left/Right not working for word selection by:
- Creating proper selection functions with region activation
- Using left-word/right-word functions that respect direction
- Adding hooks to ensure bindings persist after CUA mode init
- Setting correct properties for CUA mode compatibility

Also added C-Shift-Up/Down for paragraph selection consistency.

All C-Shift-Arrow combinations now work correctly:
- C-Shift-Left/Right: Select by word
- C-Shift-Up/Down: Select by paragraph

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 14:01:45 +02:00
bc4e786853 Fix CUA mode, selection keybindings, and replace Corfu with Company
Major improvements to Emacs configuration:

1. Fixed CUA mode and C-Shift-Arrow selection issues
   - Properly configured CUA mode for copy/paste (C-c, C-v, C-x)
   - Fixed C-Shift-Arrow word selection that was being intercepted
   - Added mode-specific CUA disabling for special modes

2. Replaced Corfu with Company mode
   - Removed problematic Corfu configuration causing errors
   - Installed and configured Company for stable auto-completion
   - Set up proper completion triggers and navigation

3. Integrated standalone fix files into existing configuration
   - Merged keybinding-fix.el into relevant config files
   - Added diagnostic functions for debugging keybinding issues
   - Cleaner organization with fixes in their respective modules

4. Enhanced diagnostics
   - Added diagnose-cua-selection for CUA/selection issues
   - Added diagnose-key-conflicts for debugging key bindings
   - Emergency editing restoration functions preserved

All changes tested and verified working.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 07:35:41 +02:00
Jens Luedicke
a4328ce3ba Move all *.el files to ./lisp 2025-09-09 16:08:15 +02:00
7cc80e8cf4 Add emacs console helper scripts 2025-09-08 21:16:56 +02:00
Jens Luedicke
7279a53bc0 Disable LSP/Eglot/ESlint for QML files 2025-09-08 16:58:12 +02:00
Jens Luedicke
7899e5e72d Fix conflicting key binding issues 2025-09-08 15:31:39 +02:00
Jens Luedicke
c2185ef827 Apply font settings to all frames 2025-09-08 15:31:08 +02:00
Jens Luedicke
e3a5872218 Split init.el into seperate modules 2025-09-08 12:14:12 +02:00