FileRename
FileRename copied to clipboard
how to setup shortcut for file rename file reveal?
hi ,thanks for your good work,, and i use
In the console input:
sublime.log_commands(True)
show the cmd
key evt: shift+control+p command: show_overlay {"overlay": "command_palette"} chr evt: r (0x72) chr evt: e (0x65) chr evt: n (0x6e) chr evt: a (0x61) chr evt: m (0x6d) command: file_rename key evt: right command: move {"by": "characters", "forward": true} chr evt: 2 (0x32) indexing: crawldb not available, indexing abandoned key evt: control+` command: show_panel {"panel": "console", "toggle": true} command: drag_select {"event": {"button": 1, "x": 6.5, "y": 650.5}} command: drag_select {"event": {"button": 1, "x": 438.5, "y": 807.5}, "extend": true} command: drag_select {"event": {"button": 1, "x": 569.5, "y": 797.5}, "extend": true}
but the next how to map some shortcut for this command?
i have solve this question //2017年5月1日10:33:49 filerename插件映射快捷键 {"keys": ["f2"], "command": "file_rename" }, {"keys": ["alt+f2"], "command": "side_bar_rename" }, {"keys": ["f1"], "command": "side_bar_reveal" },
but i remember your plugin can rename with two mode, one is cmmand : file_rename. just rename current file name and the other mode is reveal the full path of current filename ,so it is easy to change the path of and rename current file name . now i could not see the second mode. could you help me ??
now the shortcut f2 and alt+f2 is same ,just show current filename , i expect when i type alt+f2 can show full path and filename
i have solved the last question its command is file:move