Skip to content

Instantly share code, notes, and snippets.

@cdpb
Created October 5, 2024 13:35
Show Gist options
  • Save cdpb/fff9c614a6db70eb652ab85145f001e1 to your computer and use it in GitHub Desktop.
Save cdpb/fff9c614a6db70eb652ab85145f001e1 to your computer and use it in GitHub Desktop.
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
config.color_scheme = 'Aci (Gogh)'
local act = wezterm.action
config.keys = {
{ key = 'v', mods = 'CTRL', action = act.PasteFrom 'Clipboard' },
}
return config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment