1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 04:46:05 +03:00

Updated Modeline formatting (status bar in the bottom right corner) (markdown)

Bruno Heridet 2017-07-21 13:38:41 +02:00
parent 57315b2981
commit 34b549d96c

@ -1,4 +1,6 @@
By default `%opt{modelinefmt}` has the following value: `%val{bufname} %val{cursor_line}:%val{cursor_char_column} {{context_info}} {{mode_info}} - %val{client}@[%val{session}]`
`%opt{modelinefmt}` is used to set what info are displayed in the right part of the status line.
By default it has the following value: `%val{bufname} %val{cursor_line}:%val{cursor_char_column} {{context_info}} {{mode_info}} - %val{client}@[%val{session}]`
The `{{context_info}}` placeholder displays [hard-coded info](https://github.com/mawww/kakoune/blob/master/src/client.cc#L122-L136):