update docs
This commit is contained in:
parent
df70eb0848
commit
4e6e685a92
|
@ -52,6 +52,7 @@ the femto status line contains a lot of information:
|
||||||
2. the file name (e.g. "scratch.tal")
|
2. the file name (e.g. "scratch.tal")
|
||||||
3. the number of bytes/lines (e.g. "[49 bytes, 8 lines]"
|
3. the number of bytes/lines (e.g. "[49 bytes, 8 lines]"
|
||||||
4. the x/y cursor position (e.g. "(1,8)" for col 1, row 8)
|
4. the x/y cursor position (e.g. "(1,8)" for col 1, row 8)
|
||||||
|
5. whether tabs ("[t]") or spaces ("[s]") are inserted by tab key
|
||||||
|
|
||||||
---- special key bindings ----
|
---- special key bindings ----
|
||||||
|
|
||||||
|
@ -71,6 +72,7 @@ the femto status line contains a lot of information:
|
||||||
M-< go to start of file
|
M-< go to start of file
|
||||||
M-> go to end of file
|
M-> go to end of file
|
||||||
M-g go to line
|
M-g go to line
|
||||||
|
C-l center screen on cursor line
|
||||||
|
|
||||||
C-d delete
|
C-d delete
|
||||||
M-c toggle color scheme
|
M-c toggle color scheme
|
||||||
|
|
Loading…
Reference in New Issue