All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
sajenim's Avatar

sajenim / wezterm.lua

0 likes
0 forks
1 files
Last active 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",
Newer Older

Powered by Opengist ⋅ Load: 13ms⋅

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