mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
added lmk config
This commit is contained in:
parent
7066efc45b
commit
d39cc4ef42
2 changed files with 20 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,5 +42,6 @@ ranger/plugins/devicons_linemode.pyo
|
||||||
/pudb/*
|
/pudb/*
|
||||||
!/pudb/pudb.cfg
|
!/pudb/pudb.cfg
|
||||||
!/bin
|
!/bin
|
||||||
|
!/lmk
|
||||||
|
|
||||||
jesseduffield/lazynpm/state.yml
|
jesseduffield/lazynpm/state.yml
|
||||||
|
|
|
||||||
19
lmk/config.yml
Normal file
19
lmk/config.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
keybindings:
|
||||||
|
universal:
|
||||||
|
scrollup: u
|
||||||
|
scrolldown: e
|
||||||
|
goback: n
|
||||||
|
showdetails: i
|
||||||
|
insertscrollup: <c-u>
|
||||||
|
insertscrolldown: <c-e>
|
||||||
|
secondaryscrollUp: U
|
||||||
|
secondaryscrollDown: E
|
||||||
|
confirm: <enter>
|
||||||
|
cancel: <esc>
|
||||||
|
quit: q
|
||||||
|
quitinsert: <c-c>
|
||||||
|
changesite: <tab>
|
||||||
|
normalpanels:
|
||||||
|
searchinsite: s
|
||||||
|
search: /
|
||||||
|
revealquestion: r
|
||||||
Loading…
Add table
Add a link
Reference in a new issue