How to copy file name of currently open file in higher text 3? If this is not possible by default, perhaps you know some sublime extension that does this job with a keyboard shortcut.
You can do this if you have the SideBarEnhancements plugin installed .
Open a command palette using the Ctrl+ Shift+ P(on the Mac is ⌘+ Shift+ P)
Enter File: Copy Nameand clickEnter
File: Copy Name
Now the file name is copied to the clipboard.
:
→
: { "keys": ["ctrl+shift+l"], "command": "side_bar_copy_name" }
{ "keys": ["ctrl+shift+l"], "command": "side_bar_copy_name" }
"ctrl+shift+l" , .
"ctrl+shift+l"
Source: https://habr.com/ru/post/1614003/More articles:Chromecast memory related error - javascriptVertically centering objects in flexbox - htmlHow to send an HTTP request using nodejs AWS Lambda? - httphow to confirm the original authors in R pkg DESCRIPTION file - rClojure - тесты с компонентами стратегии - unit-testingMatplotlib animated animation with basemap - pythonBool method returns invalid value - c ++Как рисовать как разброс PCA с разным цветом кластеров после алгоритма K-средних с помощью matlab? - matlabMatplotlib - 2 figures in the subtitle - 1 - animation - pythonSimple installation requirements for MySQL-python, even though it has already been installed - mysql-pythonAll Articles