Add config for Lapce
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
fc02ce3e88
commit
e952895d38
4 changed files with 27 additions and 0 deletions
10
system/.config/lapce-stable/keymaps.toml
Normal file
10
system/.config/lapce-stable/keymaps.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
[[keymaps]]
|
||||
command = "duplicate_line_down"
|
||||
mode = "i"
|
||||
key = "Ctrl+d"
|
||||
|
||||
[[keymaps]]
|
||||
command = "-duplicate_line_down"
|
||||
mode = "i"
|
||||
key = "Alt+Shift+ArrowDown"
|
11
system/.config/lapce-stable/settings.toml
Normal file
11
system/.config/lapce-stable/settings.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[ui]
|
||||
font-family = "Inter"
|
||||
font-size = 14
|
||||
|
||||
[editor]
|
||||
font-family = "Iosevka"
|
||||
font-size = 14
|
||||
scroll-beyond-last-line = false
|
||||
|
||||
[core]
|
||||
custom-titlebar = false
|
Loading…
Add table
Add a link
Reference in a new issue