fix README.md
This commit is contained in:
parent
dfd8a2edf6
commit
86c224d951
|
@ -5,11 +5,11 @@
|
||||||
Inspired by `lf` and `ranger` file managers, written in python.
|
Inspired by `lf` and `ranger` file managers, written in python.
|
||||||
|
|
||||||
It is lightweight (~300 lines of code) and easy to customize.
|
It is lightweight (~300 lines of code) and easy to customize.
|
||||||
Supports keyboard navigation and mouse navigation could be enabled (set MOUSE_ENABLED=True in a line #44).
|
Supports keyboard navigation and mouse navigation could be enabled (set MOUSE_ENABLED=True in a line #47).
|
||||||
|
|
||||||
## Key bindings
|
## Key bindings
|
||||||
### For kubectl
|
### For kubectl
|
||||||
You can customize these bindings or add extra bindings in `KEY_BINDINGS` variable of `kls` in a line #5:
|
You can customize these bindings or add extra bindings in `KEY_BINDINGS` variable of `kls` in a line #7:
|
||||||
- `Ctrl+y` - get yaml of resource
|
- `Ctrl+y` - get yaml of resource
|
||||||
- `Ctrl+d` - describe resource
|
- `Ctrl+d` - describe resource
|
||||||
- `Ctrl+e` - edit resource
|
- `Ctrl+e` - edit resource
|
||||||
|
|
Loading…
Reference in New Issue