Skip to content

Instantly share code, notes, and snippets.

View xiyaowong's full-sized avatar
😶‍🌫️

wongxy xiyaowong

😶‍🌫️
  • 04:39 (UTC +08:00)
View GitHub Profile
@xiyaowong
xiyaowong / .vimrc
Last active October 30, 2024 06:09
Config of ideavim and vsvim.
let mapleader = ','
let maplocalleader = '<space>'
set scrolloff=3
set visualbell
set ignorecase
set smartcase
set clipboard+=unnamed
set incsearch
set nohlsearch
@xiyaowong
xiyaowong / komorebi.json
Last active February 28, 2024 01:11
komorebi configuration
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/schema.json",
"app_specific_configuration_path": "C:\\Users\\wongxy\\applications.yaml",
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 0,
"default_container_padding": 0,
"active_window_border": false,
"active_window_border_colours": {
"single": { "r": 66, "g": 165, "b": 245 },