Alle Neu

user:thomas Gists erstellt von Nutzer

title:mygist Gists mit Titel

filename:myfile.txt Gists mit Dateinamen

extension:yml Gists mit Dateiendung

language:go Gists in Sprache

topic:homelab gists with given topic

Anmelden


Alle Neu Anmelden

Alle Gists

Neueste erstellt
Älteste erstellt
Neueste bearbeitet
Älteste bearbeitet
sajenim's Avatar

sajenim / cmp.lua

0 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 1758768864
Confirm candidate on TAB immediately when there's only one completion entry
Autocompletion Neovim
1 cmp.mapping(function(fallback)
2 local line, col = unpack(vim.api.nvim_win_get_cursor(0))
3
4 -- When the selection menu is open select the next item
5 if cmp.visible() then
6 cmp.select_next_item()
7 -- Ensure we are mid word
8 elseif col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match("%s") == nil then
9 -- Open the selection menu
10 cmp.complete()
sajenim's Avatar

sajenim / gist:74e6cd50d66a4e84af84b7f52a0cbbd6

0 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 1751804984
add to ublock filters to remove google ai search results
1 google.com##.hdzaWe
sajenim's Avatar

sajenim / wezterm.lua

0 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 1751691196
popup terminal for wezterm
1 config.keys = {
2 { -- If there is only one pane, split it vertically, otherwise toggle zoom on the first pane.
3 key = "`",
4 mods = "LEADER",
5 action = wezterm.action_callback(function(_, pane)
6 local tab = pane:tab()
7 local panes = tab:panes_with_info()
8 if #panes == 1 then
9 pane:split({
10 direction = "Bottom",
Neuer Älter

Powered by Opengist ⋅ Load: 56ms⋅

Deutsch
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文