alacritty: more keybindings; zsh: add texbin
This commit is contained in:
@@ -31,7 +31,7 @@ colors:
|
||||
white: '0xa0a0a0'
|
||||
yellow: '0xcca200'
|
||||
primary:
|
||||
background: '0xedf0ef'
|
||||
background: '0xf1f0eb'
|
||||
foreground: '0x333333'
|
||||
cursor_style: Block
|
||||
custom_cursor_colors: true
|
||||
@@ -66,9 +66,6 @@ font:
|
||||
use_thin_strokes: true
|
||||
hide_cursor_when_typing: false
|
||||
key_bindings:
|
||||
- action: Paste
|
||||
key: V
|
||||
mods: Command
|
||||
- action: Copy
|
||||
key: C
|
||||
mods: Command
|
||||
@@ -390,6 +387,17 @@ key_bindings:
|
||||
- action: SpawnNewInstance
|
||||
key: N
|
||||
mods: Command
|
||||
- command:
|
||||
args: []
|
||||
program: /usr/local/bin/alacritty-config-gui
|
||||
key: Return
|
||||
mods: Command
|
||||
- action: Paste
|
||||
key: V
|
||||
mods: Command
|
||||
- chars: \
|
||||
key: Y
|
||||
mods: Alt
|
||||
live_config_reload: true
|
||||
mouse:
|
||||
double_click:
|
||||
|
Reference in New Issue
Block a user