Compare commits
2 Commits
731bc86d33
...
a49ba94792
| Author | SHA1 | Date | |
|---|---|---|---|
| a49ba94792 | |||
| dec8d87822 |
17
config.toml
17
config.toml
@@ -10,7 +10,7 @@ color-modes = true
|
||||
end-of-line-diagnostics = 'hint'
|
||||
|
||||
[editor.statusline]
|
||||
left = ['mode', 'spinner', 'spacer', 'version-control', 'spacer', 'separator', 'file-name', 'read-only-indicator', 'file-modification-indicator']
|
||||
left = ['mode', 'spinner', 'spacer' , 'version-control', 'spacer', 'separator', 'file-name', 'read-only-indicator', 'file-modification-indicator']
|
||||
center = []
|
||||
right = ['diagnostics', 'selections', 'register', 'file-line-ending', 'file-encoding', 'file-type', 'position', 'position-percentage']
|
||||
separator = '│'
|
||||
@@ -23,6 +23,14 @@ normal = 'block'
|
||||
insert = 'bar'
|
||||
select = 'underline'
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
parents = false
|
||||
ignore = false
|
||||
git-ignore = false
|
||||
git-global = false
|
||||
git-exclude = false
|
||||
|
||||
[editor.whitespace.render]
|
||||
space = 'all'
|
||||
tab = 'all'
|
||||
@@ -43,7 +51,14 @@ enable = false
|
||||
'F8' = 'goto_next_buffer'
|
||||
X = 'select_line_above'
|
||||
x = 'select_line_below'
|
||||
tab = 'move_parent_node_end'
|
||||
S-tab = 'move_parent_node_start'
|
||||
|
||||
[keys.select]
|
||||
X = 'select_line_above'
|
||||
x = 'select_line_below'
|
||||
tab = 'extend_parent_node_end'
|
||||
S-tab = 'extend_parent_node_start'
|
||||
|
||||
[keys.insert]
|
||||
S-tab = 'move_parent_node_start'
|
||||
|
||||
Reference in New Issue
Block a user