feat: add copy_file_name command
This commit is contained in:
parent
b958e8989d
commit
ebfb9f7184
3 changed files with 74 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
["ctrl+c l g r", "references"],
|
||||
["ctrl+c l h h", "hover"],
|
||||
["ctrl+c l r r", "rename_symbol"],
|
||||
["ctrl+c f", "copy_file_name"],
|
||||
|
||||
["super+l = =", "format"],
|
||||
["super+l = r", "format"],
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
["ctrl+t", "move_to_char", "move_or_select_to_char_right"],
|
||||
["ctrl+x", "cut"],
|
||||
["ctrl+c", "copy"],
|
||||
["alt+C", "copy_file_name"],
|
||||
["ctrl+k alt+c", "copy_file_name", "file_name_only"],
|
||||
["ctrl+v", "system_paste"],
|
||||
["ctrl+u", "pop_cursor"],
|
||||
["ctrl+k m", "change_file_type"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue