forked from extern/nushell
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
20 lines
221 B
Markdown
20 lines
221 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
|
|
```
|
|
|