Remove custom 'n' keymap
This commit is contained in:
parent
bf4a2f24c5
commit
c4c608a5cb
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ prepend_keymap = [
|
||||||
{ on = [ "k" ], run = [ "plugin --sync arrow --args=-1"], desc = "Move selection upwards, or wrap." },
|
{ on = [ "k" ], run = [ "plugin --sync arrow --args=-1"], desc = "Move selection upwards, or wrap." },
|
||||||
{ on = [ "l" ], run = [ "plugin smart-enter --sync", "escape --visual --select" ], desc = "Enter the child directory, or open file." },
|
{ on = [ "l" ], run = [ "plugin smart-enter --sync", "escape --visual --select" ], desc = "Enter the child directory, or open file." },
|
||||||
{ on = [ "L" ], run = "plugin smart-enter --sync --args='detatch'", desc = "Open in new window." },
|
{ on = [ "L" ], run = "plugin smart-enter --sync --args='detatch'", desc = "Open in new window." },
|
||||||
{ on = [ "n" ], run = "create", desc = "Create a file or directory (ends with / for directories)" },
|
|
||||||
{ on = [ "=" ], run = """
|
{ on = [ "=" ], run = """
|
||||||
shell 'printf "Mode Bits: "; read ans; chmod $ans "$@"' --block --confirm
|
shell 'printf "Mode Bits: "; read ans; chmod $ans "$@"' --block --confirm
|
||||||
""", desc = "chmod" },
|
""", desc = "chmod" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue