Vim is a modal, keyboard-centric terminal text editor.
Vim opens files specified in args or text from stdin
Vim has multiple modes.
// ==UserScript== | |
// @name Discord Tweaks | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Slight visual tweaks to discord | |
// @author matyklug18 | |
// @match https://discord.com/* | |
// @icon https://www.google.com/s2/favicons?domain=mozilla.org | |
// @grant GM.xmlHttpRequest | |
// ==/UserScript== |
[22Jun2021 22:14:05.385] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 36.1.31, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, /home/matyk/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}] | |
[22Jun2021 22:14:05.390] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 11.0.11 by Oracle Corporation | |
[22Jun2021 22:14:05.631] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust | |
[22Jun2021 22:14:05.679] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/matyk/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.2/1cf212283d26f706fd3074318870bebd14d2a9ed/mixin-0.8.2.jar Service=ModLauncher Env=CLI |
---- Minecraft Crash Report ---- | |
// But it works on my machine. | |
Time: 6/17/21 10:40 AM | |
Description: Exception in server tick loop | |
java.util.NoSuchElementException: No value present | |
at java.util.Optional.get(Optional.java:135) ~[?:1.8.0_242] {} | |
at net.minecraft.world.server.ServerWorld.handler$bcb000$storeUpgradablePerWorldRegistry(ServerWorld.java:1579) ~[?:?] | |
{ |
package matyk.icport.screens; | |
import com.mojang.blaze3d.matrix.MatrixStack; | |
import matyk.icport.ICPortMain; | |
import matyk.icport.containers.ContainerGenerator; | |
import net.minecraft.client.gui.screen.inventory.ContainerScreen; | |
import net.minecraft.entity.player.PlayerInventory; | |
import net.minecraft.util.ResourceLocation; | |
import net.minecraft.util.text.ITextComponent; |
local utils = require("utils") | |
return { | |
"picom", | |
{ | |
expose = { | |
["blur.strength"] = { | |
itype = "conf", | |
ttype = "number", | |
default = 5 | |
}, |
local utils = require("utils") | |
return { | |
"feh", | |
{ | |
expose = { | |
["path"] = { | |
itype = "conf", | |
ttype = "string", | |
default = "{{home}}/.wallpaper.png" |
local utils = require("utils") | |
return { | |
"kitty", | |
{ | |
expose = { | |
["font.family"] = { | |
itype = "conf", | |
ttype = "string", | |
default = "Fira Code" | |
}, |
return { | |
"nvim", | |
{ | |
expose = { | |
["plugins"] = { | |
itype = "conf", | |
ttype = "table", | |
default = {} | |
} | |
}, |