mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	alacritty: update to 0.7.0, fix keybinds
Upstream change: 67db9b228d
Signed-off-by: Joe Groocock <me@frebib.net>
			
			
This commit is contained in:
		@@ -599,31 +599,16 @@ key_bindings:
 | 
			
		||||
  # (Windows, Linux, and BSD only)
 | 
			
		||||
  - { key: V,              mods: Control|Shift,           action: Paste            }
 | 
			
		||||
  - { key: C,              mods: Control|Shift,           action: Copy             }
 | 
			
		||||
  - { key: F,              mods: Control|Shift,           action: SearchForward    }
 | 
			
		||||
  - { key: B,              mods: Control|Shift,           action: SearchBackward   }
 | 
			
		||||
  - { key: C,              mods: Control|Shift, mode: Vi, action: ClearSelection   }
 | 
			
		||||
  - { key: Insert,         mods: Shift,                   action: PasteSelection   }
 | 
			
		||||
  - { key: Key0,           mods: Control,                 action: ResetFontSize    }
 | 
			
		||||
  - { key: Equals,   mods: Control,       action: ResetFontSize    }
 | 
			
		||||
  - { key: Add,      mods: Control|Shift, action: IncreaseFontSize }
 | 
			
		||||
  - { key: Subtract, mods: Control|Shift, action: DecreaseFontSize }
 | 
			
		||||
  - { key: Minus,    mods: Control|Shift, action: DecreaseFontSize }
 | 
			
		||||
 | 
			
		||||
  # (Windows only)
 | 
			
		||||
  #- { key: Return,   mods: Alt,           action: ToggleFullscreen }
 | 
			
		||||
 | 
			
		||||
  # (macOS only)
 | 
			
		||||
  #- { key: K,      mods: Command, mode: ~Vi, chars: "\x0c"            }
 | 
			
		||||
  #- { key: Key0,   mods: Command,            action: ResetFontSize    }
 | 
			
		||||
  #- { key: Equals, mods: Command,            action: IncreaseFontSize }
 | 
			
		||||
  #- { key: Add,    mods: Command,            action: IncreaseFontSize }
 | 
			
		||||
  #- { key: Minus,  mods: Command,            action: DecreaseFontSize }
 | 
			
		||||
  #- { key: K,      mods: Command,            action: ClearHistory     }
 | 
			
		||||
  #- { key: V,      mods: Command,            action: Paste            }
 | 
			
		||||
  #- { key: C,      mods: Command,            action: Copy             }
 | 
			
		||||
  #- { key: H,      mods: Command,            action: Hide             }
 | 
			
		||||
  #- { key: M,      mods: Command,            action: Minimize         }
 | 
			
		||||
  #- { key: Q,      mods: Command,            action: Quit             }
 | 
			
		||||
  #- { key: W,      mods: Command,            action: Quit             }
 | 
			
		||||
  #- { key: N,      mods: Command,            action: SpawnNewInstance }
 | 
			
		||||
  #- { key: F,      mods: Command|Control,    action: ToggleFullscreen }
 | 
			
		||||
  - { key: Equals,         mods: Control,                 action: IncreaseFontSize }
 | 
			
		||||
  - { key: Plus,           mods: Control,                 action: IncreaseFontSize }
 | 
			
		||||
  - { key: NumpadAdd,      mods: Control,                 action: IncreaseFontSize }
 | 
			
		||||
  - { key: Minus,          mods: Control,                 action: DecreaseFontSize }
 | 
			
		||||
  - { key: NumpadSubtract, mods: Control,                 action: DecreaseFontSize }
 | 
			
		||||
 | 
			
		||||
debug:
 | 
			
		||||
  # Display the time it takes to redraw each frame.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user