kakoune: add lp-light colors
This commit is contained in:
@@ -32,6 +32,7 @@ map global -docstring "Options" user 'o' ': enter-user-mode options-mode<ret>'
|
||||
map global -docstring "Light mode" options-mode 'l' ': colorscheme one-light<ret>'
|
||||
map global -docstring "Dark mode" options-mode 'd' ': colorscheme one-darker<ret>'
|
||||
map global -docstring "LP Dark mode" options-mode 'D' ': colorscheme lp-dark<ret>'
|
||||
map global -docstring "LP Light mode" options-mode 'L' ': colorscheme lp-light<ret>'
|
||||
|
||||
map global -docstring "Paste clipboard (append)" user 'p' '<a-!> xsel -bo<ret>'
|
||||
map global -docstring "Paste clipboard (insert)" user 'P' '! xsel -bo<ret>'
|
||||
|
||||
Reference in New Issue
Block a user