mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Merge pull request #2757 from mhils/issue-2720
Add alternative keybindings for changing the layout pane on WSL (#2720)
This commit is contained in:
commit
93425d4b1a
@ -11,6 +11,7 @@ def map(km):
|
||||
km.add("q", "console.view.pop", ["global"], "Exit the current view")
|
||||
km.add("-", "console.layout.cycle", ["global"], "Cycle to next layout")
|
||||
km.add("shift tab", "console.panes.next", ["global"], "Focus next layout pane")
|
||||
km.add("ctrl right", "console.panes.next", ["global"], "Focus next layout pane")
|
||||
km.add("P", "console.view.flow @focus", ["global"], "View flow details")
|
||||
|
||||
km.add("g", "console.nav.start", ["global"], "Go to start")
|
||||
|
Loading…
Reference in New Issue
Block a user