mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-22 09:13:00 +00:00
Minor fix on Linux
This commit is contained in:
parent
87c237684b
commit
c4125a4626
8 changed files with 41 additions and 63 deletions
|
|
@ -58,5 +58,17 @@
|
|||
"k": "search::SelectNextMatch",
|
||||
"K": "search::SelectPrevMatch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "ProjectPanel && not_editing",
|
||||
|
||||
"bindings": {
|
||||
"n": "menu::SelectNext",
|
||||
"e": "menu::SelectPrev",
|
||||
"i": "project_panel::ExpandSelectedEntry",
|
||||
"A": "project_panel::NewDirectory",
|
||||
"a": "project_panel::NewFile",
|
||||
"d": "project_panel::Delete"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue