initial push
This commit is contained in:
24
user_config/usr/share/lsp_manager/key-bindings.json
Normal file
24
user_config/usr/share/lsp_manager/key-bindings.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"keybindings": {
|
||||
"help" : "F1",
|
||||
"rename-files" : ["F2", "<Control>e"],
|
||||
"open-terminal" : "F4",
|
||||
"refresh-tab" : ["F5", "<Control>r"],
|
||||
"delete-files" : "Delete",
|
||||
"tggl-top-main-menubar" : "Alt_L",
|
||||
"tggl-top-main-menubar" : "<Control>0",
|
||||
"trash-files" : "<Shift><Control>t",
|
||||
"tear-down" : "<Control>q",
|
||||
"go-up" : "<Control>Up",
|
||||
"go-home" : "<Control>slash",
|
||||
"grab-focus-path-entry" : "<Control>l",
|
||||
"open-files" : "<Control>o",
|
||||
"show-hide-hidden-files" : "<Control>h",
|
||||
"keyboard-create-tab" : "<Control>t",
|
||||
"keyboard-close-tab" : "<Control>w",
|
||||
"keyboard-copy-files" : "<Control>c",
|
||||
"keyboard-cut-files" : "<Control>x",
|
||||
"paste-files" : "<Control>v",
|
||||
"show-new-file-menu" : "<Control>n"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user