Skip to content

Key Bindings

Wojciech Kulik edited this page Jul 10, 2025 · 8 revisions

⚙️  General

Available when using suggested key bindings:

  • Press <leader>X to access the picker with all commands.
  • Press <leader>xf to access the picker with all Project Manager commands.

📱  Device Picker

  • Press <C-r> - Refresh the device list
  • Press <M-y> - Move the selected device up
  • Press <M-e> - Move the selected device down
  • Press <M-d> - Remove the device from the list
  • Press <M-a> - Add device(s) to the list

📋  Logs Panel

  • Press o on a failed test in the summary section to jump to the failing location
  • Press q to close the panel

🧪  Test Explorer

  • Press o to jump to the test implementation
  • Press t to run selected tests
  • Press T to re-run recently selected tests
  • Press R to reload test list
  • Press X to clear test list
  • Press [ to jump to the previous failed test
  • Press ] to jump to the next failed test
  • Press <cr> to expand or collapse the current node
  • Press <tab> to expand or collapse all classes
  • Press g? to show all key mappings
  • Press q to close the Test Explorer

💯  Code Coverage Report

  • Press o to jump to the file
  • Press <tab> or <cr> to toggle current node

Clone this wiki locally