mirror of
https://github.com/nushell/nushell.git
synced 2024-12-02 05:13:56 +01:00
c0a1d18e3d
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
19 lines
220 B
Markdown
19 lines
220 B
Markdown
---
|
|
title: keybindings default
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
List default keybindings
|
|
|
|
## Signature
|
|
|
|
```> keybindings default ```
|
|
|
|
## Examples
|
|
|
|
Get list with default keybindings
|
|
```shell
|
|
> keybindings default
|
|
```
|