refactor: switch to catppuccin mocha across tmux and neovim

- tmux: hand-rolled catppuccin theme, three-way status bar toggle, plugin cleanup
- nvim: switch colorscheme to catppuccin-mocha, update lualine colors
- nvim: add tmuxline.vim for tmux statusline generation
- kitty: fix MesloLGS NF font typo, remove deprecated config keys

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Naderer
2026-03-01 15:44:29 +01:00
parent 2229f7741b
commit 82fc23530d
26 changed files with 1236 additions and 2404 deletions

View File

@@ -675,6 +675,25 @@
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"key_code": "page_down"
}
]
},
{
"type": "basic",
"from": {
@@ -731,25 +750,6 @@
"key_code": "end"
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"key_code": "page_down"
}
]
}
]
},
@@ -770,9 +770,9 @@
}
},
"to": [
{
{
"mouse_key": {
"x": -345
"x": -750
}
}
]
@@ -793,7 +793,7 @@
"to": [
{
"mouse_key": {
"y": 345
"y": 750
}
}
]
@@ -814,7 +814,7 @@
"to": [
{
"mouse_key": {
"y": -345
"y": -750
}
}
]
@@ -835,7 +835,7 @@
"to": [
{
"mouse_key": {
"x": 345
"x": 750
}
}
]
@@ -1152,29 +1152,6 @@
}
]
},
{
"type": "basic",
"from": {
"key_code": "a",
"modifiers": {
"mandatory": [
"left_command",
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"key_code": "up_arrow",
"modifiers": [
"left_control"
]
}
]
},
{
"type": "basic",
"from": {
@@ -1268,28 +1245,6 @@
}
]
},
{
"type": "basic",
"from": {
"key_code": "z",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": [
"left_control"
]
}
]
},
{
"type": "basic",
"from": {
@@ -1402,6 +1357,26 @@
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"left_command",
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"shell_command": "open -a 'Microsoft Excel'"
}
]
},
{
"type": "basic",
"from": {
@@ -1437,7 +1412,7 @@
},
"to": [
{
"shell_command": "open -a 'iTerm'"
"shell_command": "open -a 'kitty'"
}
]
},
@@ -1461,12 +1436,13 @@
}
]
},
{
{
"type": "basic",
"from": {
"key_code": "t",
"key_code": "s",
"modifiers": {
"mandatory": [
"left_command",
"right_command",
"right_control",
"right_shift",
@@ -1476,10 +1452,10 @@
},
"to": [
{
"shell_command": "open -a 'Visual Studio Code'"
"shell_command": "open -a Spotify"
}
]
},
},
{
"type": "basic",
"from": {
@@ -1496,7 +1472,7 @@
},
"to": [
{
"shell_command": "open -a 'Typora'"
"shell_command": "open -a Transmission"
}
]
},
@@ -1522,7 +1498,26 @@
{
"type": "basic",
"from": {
"key_code": "d",
"key_code": "a",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"shell_command": "open -a 'Alfred'"
}
]
},
{
"type": "basic",
"from": {
"key_code": "a",
"modifiers": {
"mandatory": [
"left_command",
@@ -1535,7 +1530,7 @@
},
"to": [
{
"shell_command": "open -a 'Dictionary'"
"shell_command": "open -a 'Mail'"
}
]
},
@@ -1554,10 +1549,30 @@
},
"to": [
{
"shell_command": "open -b com.runningwithcrayons.Alfred-3"
"shell_command": "open -a 'Zen Browser'"
}
]
},
{
"type": "basic",
"from": {
"key_code": "z",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"shell_command": "open -a 'zoom.us'"
}
]
},
{
"type": "basic",
"from": {
@@ -1629,7 +1644,7 @@
},
"to": [
{
"shell_command": "open -a 'Google Chrome'"
"shell_command": "open -a 'ChatGPT'"
}
]
}

View File

@@ -1,9 +0,0 @@
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
}
]
}

View File

@@ -1,86 +0,0 @@
{
"profiles": [
{
"complex_modifications": {
"rules": [
{
"description": "Left ctrl + hjkl to arrow keys Vim",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["left_control"],
"optional": ["any"]
}
},
"to": [{ "key_code": "left_arrow" }],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": ["left_control"],
"optional": ["any"]
}
},
"to": [{ "key_code": "down_arrow" }],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": ["left_control"],
"optional": ["any"]
}
},
"to": [{ "key_code": "up_arrow" }],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": ["left_control"],
"optional": ["any"]
}
},
"to": [{ "key_code": "right_arrow" }],
"type": "basic"
}
]
}
]
},
"devices": [
{
"identifiers": { "is_keyboard": true },
"simple_modifications": [
{
"from": { "key_code": "caps_lock" },
"to": [{ "key_code": "escape" }]
}
]
},
{
"identifiers": {
"is_keyboard": true,
"product_id": 620,
"vendor_id": 76
},
"simple_modifications": [
{
"from": { "key_code": "caps_lock" },
"to": [{ "key_code": "escape" }]
}
]
}
],
"name": "Default profile",
"selected": true,
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
}
]
}

File diff suppressed because it is too large Load Diff