Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 345 Bytes

4-guides.md

File metadata and controls

22 lines (20 loc) · 345 Bytes

← Back

4. Guides

Creating custom bindings

Example:

export default {
  bindings: [
    {
      key: 'x',
      command: 'kill-window'
    },
    {
      key: 'h',
      command: 'select-pane',
      options: ['-L']
    }
  ]
}