paneful 0.7.1 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -62,8 +62,9 @@ Paneful checks for newer versions on npm and shows a notification in the sidebar
62
62
  | `Cmd+Shift+N` | New pane (horizontal split) |
63
63
  | `Cmd+W` | Close focused pane |
64
64
  | `Cmd+1-9` | Focus pane by index |
65
- | `Cmd+Arrow` | Move focus to adjacent pane |
66
- | `Cmd+Shift+Arrow` | Swap focused pane with adjacent |
65
+ | `Cmd+Arrow` | Line start / end in terminal |
66
+ | `Ctrl+Shift+Arrow`| Move focus to adjacent pane |
67
+ | `Shift+Arrow` | Swap focused pane with adjacent |
67
68
  | `Cmd+D` | Toggle sidebar |
68
69
  | `Cmd+T` | Cycle through layout presets |
69
70
  | `Cmd+R` | Auto reorganize panes |
@@ -225,7 +225,7 @@ async function startServer(devMode, port) {
225
225
  }
226
226
  });
227
227
  // Active editor detection — single AppleScript gets frontmost app + window title
228
- const editorPatterns = ['cursor', 'code', 'vscode', 'visual studio code', 'zed', 'windsurf'];
228
+ const editorPatterns = ['cursor', 'code', 'vscode', 'visual studio code', 'zed', 'windsurf', 'electron'];
229
229
  let editorCache = { projectName: null };
230
230
  const editorScript = `
231
231
  tell application "System Events"