resolve keybinding collision between goto line and center selection on windows
This commit is contained in:
parent
8f2949ffb6
commit
8f33d91fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ canon.addCommand({
|
|||
});
|
||||
canon.addCommand({
|
||||
name: "centerselection",
|
||||
bindKey: bindKey("Ctrl-L", "Ctrl-L"),
|
||||
bindKey: bindKey(null, "Ctrl-L"),
|
||||
exec: function(env, args, request) { env.editor.centerSelection(); }
|
||||
});
|
||||
canon.addCommand({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue