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
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -26,6 +26,11 @@ system/.config/task/localrc
|
||||||
system/.config/Element/*
|
system/.config/Element/*
|
||||||
!system/.config/Element/config.json
|
!system/.config/Element/config.json
|
||||||
|
|
||||||
|
# Lapce
|
||||||
|
system/.config/lapce-stable/*
|
||||||
|
!system/.config/lapce-stable/keymaps.toml
|
||||||
|
!system/.config/lapce-stable/settings.toml
|
||||||
|
|
||||||
# Desktop files
|
# Desktop files
|
||||||
system/.local/share/applications/jetbrains-*.desktop
|
system/.local/share/applications/jetbrains-*.desktop
|
||||||
system/.local/share/applications/discord-*.desktop
|
system/.local/share/applications/discord-*.desktop
|
||||||
|
|
|
@ -32,6 +32,7 @@ CONFIG_LINKED_FILES_HOME=(
|
||||||
".config/gtk-3.0"
|
".config/gtk-3.0"
|
||||||
".config/httpie"
|
".config/httpie"
|
||||||
".config/kanshi"
|
".config/kanshi"
|
||||||
|
".config/lapce-stable"
|
||||||
".config/maven"
|
".config/maven"
|
||||||
".config/mopidy"
|
".config/mopidy"
|
||||||
".config/mpd"
|
".config/mpd"
|
||||||
|
|
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