hyper-pane
hyper-pane copied to clipboard
Shortcuts not working on Hyper 3.0.2 on Windows 10 1909 in WSL1
Windows 10 1909 (OS Build 18363.1256) Hyper 3.0.2 and 3.1.0 canary Ubuntu 20.04 WSL 1:
PS C:\Users\fernaj49> wsl -l -v
NAME STATE VERSION
* Ubuntu-20.04 Running 1
docker-desktop Running 2
docker-desktop-data Running 2
.hyper.js:
paneNavigation: {
debug: true,
hotkeys: {
navigation: {
up: 'control+shift+up',
down: 'control+shift+down',
left: 'control+shift+left',
right: 'control+shift+right'
},
jump_prefix: 'control+shift', // completed with 1-9 digits
permutation_modifier: 'shift', // Added to jump and navigation hotkeys for pane permutation
maximize: 'meta+enter'
},
showIndicators: true, // Show pane number
indicatorPrefix: '⌥', // Will be completed with pane number
indicatorStyle: { // Added to indicator <div>
position: 'absolute',
top: 0,
left: 0,
fontSize: '10px'
},
focusOnMouseHover: false,
inactivePaneOpacity: 0.6 // Set to 1 to disable inactive panes dimming
},
So this is actually working with only SHIFT+UP, SHIFT+DOWN, etc.
This is the list of plugins i currently have:
plugins: [
'hyper-search',
'hyper-opacity',
'hyperlinks',
'hyperborder',
'hyper-dracula',
'hyper-active-tab',
'hyper-pane',
'hyperline',
],