This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mapleader = ',' | |
let maplocalleader = '<space>' | |
set scrolloff=3 | |
set visualbell | |
set ignorecase | |
set smartcase | |
set clipboard+=unnamed | |
set incsearch | |
set nohlsearch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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 }, |