This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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. | |
:: --------------------------------------------------------- |
NewerOlder