This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: nvbat_goto_version_1.bat | |
:: OS: Windows 10 | |
:: Copy this bat file to folder C:\UTILS\ | |
:: CONS: | |
:: If you open "init.vim" in an editor, then there will be a mess. | |
:: Then you need to manually rename the folders. | |
:: --------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: nvbat_goto_version_2.bat | |
:: (You need "admin-prompt.lnk" for "nvbat_goto_version_2.bat") | |
:: OS: Windows 10 | |
:: Copy this bat file to folder C:\UTILS\ | |
:: --------------------------------------------------------- | |
:: Choose the Neovim CONFIG: | |
:: / stable release or development prerelease (nightly) / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admin-prompt.txt | |
(You need "admin-prompt.lnk" for "nvbat_goto_version_2.bat") | |
OS: Windows 10 | |
------------------------------------------------------------ | |
How to open command prompt as administrator (because MKlink command): | |
https://stackoverflow.com/questions/30480228/run-command-to-open-command-prompt-as-administrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- init.lua | |
-- How to export all Neovim default settings | |
-- :h set | |
-- :set all " Show all options. | |
-- First: Neovim, exit | |
-- --------------------------------------------------------- | |
-- 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: gc.bat | |
:: OS: Windows 10 | |
:: I put it in a folder in my Windows path (for example): C:\UTILS\) | |
:: --------------------------------------------------------- | |
:: https://superuser.com/questions/560519/how-to-set-an-alias-in-windows-command-line | |
:: You can make a batch script (gc.bat) and save it into your path. | |
:: --------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-02M-03 20:02:54 | |
Default Neovim options | |
NVIM v0.6.1 (2021-12-31) | |
OS: Windows 10 | |
------------------------------------------------------------ | |
I installed Neovim in the folder: C:\UTILS\Neovim\ | |
C:\UTILS\Neovim\bin\nvim-qt.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: alias_doskey.bat | |
:: 2022-02M-07 12:54:05 | |
:: aliases in windows Command shell | |
:: /Windows has two command-line shells: the Command shell and PowerShell./ | |
:: OS: Windows 10 | |
:: ("alias_doskey.bat" is called from "alias-prompt.lnk") | |
:: I put it in a folder in my Windows path (for example): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Multi Commander" | |
http://multicommander.com | |
File manager / OS: Windows 10 | |
Multi Commander is a multi-tabbed file manager and is an alternative to the standard Windows "File Explorer". | |
It uses the very popular and efficient dual-panel layout. | |
Note: "File Explorer", previously known as "Windows Explorer", is a file manager application | |
that is included with releases of the Microsoft Windows operating system from Windows 95 onwards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create_folder_and_move_selected_files, F12 | |
// "Multi Commander" script: | |
// Create folder and move selected files to that folder (+ docs/multiscript/functions) | |
// http://forum.multicommander.com/forum/index.php/topic,2079.0.html | |
// Contributor: pncdaspropagandas | |
// ######################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MC_Create_folder_your_input_and_date, F12 | |
// "Multi Commander" script: | |
// Create a new folder (your input, current date and time) | |
// 2022-02M-20 18:07:48 | |
// http://forum.multicommander.com/forum/index.php/topic,1184.msg4072.html#msg4072 | |
// Multi Commander Support Forum »Multi Commander »Script »create a new open folder with the current date | |
// Contributor: Ulfhednar |
OlderNewer