-
Notifications
You must be signed in to change notification settings - Fork 236
Replies: 1 comment · 3 replies
-
The keybinds in menus are not configurable but I added the ability to use |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for adding this. Unfortunately, I now get a reproducible crash with a build from commit 2d99b20 This is weird. The commit looks very narrow. Crash ReportProcess: sioyek [70449] Path: /Applications/sioyek.app/Contents/MacOS/sioyek Identifier: sioyek Version: 1.3 (0) Code Type: X86-64 (Native) Parent Process: NvimServer [70178] Responsible: VimR [70113] User ID: 501Date/Time: 2022-05-22 16:00:10.376 +0200 Sleep/Wake UUID: 275677C5-3725-4D2A-8441-175B8239CF55 Time Awake Since Boot: 130000 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Application Specific Information: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 0 Thread 0 instruction stream not available. Thread 0 last branch register state not available. Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Model: Macmini8,1, BootROM 1731.100.130.0.0 (iBridge: 19.16.14242.0.0,0), 6 processors, 6-Core Intel Core i7, 3,2 GHz, 64 GB, SMC |
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry, new terminal with wrong Qt version. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Everything is ok. The new keybindings work. |
Beta Was this translation helpful? Give feedback.
-
By default, I can open the table of contents with
t
. This can be configured inkeys_user.config
withgoto_toc t
.Then by default, I can cycle through the entries with
<C-n>
and<C-p>
. How can I reconfigure this to use<C-j>
and<C-k>
?Beta Was this translation helpful? Give feedback.
All reactions