paneful 0.7.2 → 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 |