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