Skip to content

Instantly share code, notes, and snippets.

View mlabrkic's full-sized avatar

Mladen Brkić mlabrkic

  • HT Servisi d.o.o.
  • Zagreb, Croatia
  • 14:52 (UTC +02:00)
View GitHub Profile
@mlabrkic
mlabrkic / nvbat_goto_version_1.bat
Last active December 21, 2022 09:21
Go to another Neovim configuration
:: 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.
:: ---------------------------------------------------------
@mlabrkic
mlabrkic / nvbat_goto_version_2.bat
Last active December 21, 2022 09:20
Choose the Neovim CONFIG
:: 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) /
@mlabrkic
mlabrkic / admin-prompt.txt
Created February 2, 2022 12:21
You need "admin-prompt.lnk" for "nvbat_goto_version_2.bat"
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
@mlabrkic
mlabrkic / init.lua
Last active February 3, 2022 19:10
How to export all Neovim default settings
-- init.lua
-- How to export all Neovim default settings
-- :h set
-- :set all " Show all options.
-- First: Neovim, exit
-- ---------------------------------------------------------
-- 1)
@mlabrkic
mlabrkic / gc.bat
Last active February 17, 2022 13:59
Windows bat file - git clone (+ Neovim Lua config links)
:: 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.
:: ---------------------------------------------------------
@mlabrkic
mlabrkic / Neovim_defaults_options.txt
Last active February 11, 2022 12:19
Neovim defaults options - Windows 10, NVIM v0.6.1 (2021-12-31)
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
@mlabrkic
mlabrkic / alias_doskey.bat
Last active May 20, 2024 13:49
aliases in windows Command shell (git clone, cd ...)
:: 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):
@mlabrkic
mlabrkic / MC_MultiCommander.txt
Last active April 11, 2022 08:19
"Multi Commander" script: Run Neovim (+ MultiScript info to get started), http://multicommander.com/
"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.
@mlabrkic
mlabrkic / MC_Create_folder_and_move_selected_files.txt
Last active April 11, 2022 08:18
"Multi Commander" script: Create folder and move selected files to that folder (+ docs/multiscript/functions), http://multicommander.com/
// 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
// #########################################################
@mlabrkic
mlabrkic / MC_Create_folder_your_input_and_date.txt
Last active April 11, 2022 08:21
"Multi Commander" script: Create a new folder (your input, current date and time), http://multicommander.com/
// 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