Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
  • Categories

    • Bits
    • Bytes
    • Chart
    • Conversions
    • Core
    • Database
    • Dataframe
    • Dataframe Or Lazyframe
    • Date
    • Debug
    • Default
    • Env
    • Experimental
    • Expression
    • Filesystem
    • Filters
    • Formats
    • Generators
    • Hash
    • History
    • Lazyframe
    • Math
    • Misc
    • Network
    • Path
    • Platform
    • Plugin
    • Prompt
    • Random
    • Removed
    • Shells
    • Strings
    • System
    • Viewers

keybindings list for platform

List available options that can be used to create keybindings.

Signature

> keybindings list {flags}

Flags

  • --modifiers, -m: list of modifiers
  • --keycodes, -k: list of keycodes
  • --modes, -o: list of edit modes
  • --events, -e: list of reedline event
  • --edits, -d: list of edit commands

Input/output types:

inputoutput
nothingtable

Examples

Get list of key modifiers

> keybindings list --modifiers

Get list of reedline events and edit commands

> keybindings list -e -d

Get list with all the available options

> keybindings list