poetician

Alacritty | 0263 Lampadaire

Aug 21st, 2021
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.37 KB | None | 0 0
  1. # Configuration for Alacritty, the GPU enhanced terminal emulator.
  2.  
  3. # Import additional configuration files
  4. #
  5. # Imports are loaded in order, skipping all missing files, with the importing
  6. # file being loaded last. If a field is already present in a previous import, it
  7. # will be replaced.
  8. #
  9. # All imports must either be absolute paths starting with `/`, or paths relative
  10. # to the user's home directory starting with `~/`.
  11. #import:
  12. # - /path/to/alacritty.yml
  13.  
  14. # Any items in the `env` entry below will be added as
  15. # environment variables. Some entries may override variables
  16. # set by alacritty itself.
  17. #env:
  18. # TERM variable
  19. #
  20. # This value is used to set the `$TERM` environment variable for
  21. # each instance of Alacritty. If it is not present, alacritty will
  22. # check the local terminfo database and use `alacritty` if it is
  23. # available, otherwise `xterm-256color` is used.
  24. #TERM: alacritty
  25.  
  26. #window:
  27. # Window dimensions (changes require restart)
  28. #
  29. # Number of lines/columns (not pixels) in the terminal. The number of columns
  30. # must be at least `2`, while using a value of `0` for columns and lines will
  31. # fall back to the window manager's recommended size.
  32. #dimensions:
  33. # columns: 0
  34. # lines: 0
  35.  
  36. # Window position (changes require restart)
  37. #
  38. # Specified in number of pixels.
  39. # If the position is not set, the window manager will handle the placement.
  40. #position:
  41. # x: 0
  42. # y: 0
  43.  
  44. # Window padding (changes require restart)
  45. #
  46. # Blank space added around the window in pixels. This padding is scaled
  47. # by DPI and the specified value is always added at both opposing sides.
  48. #padding:
  49. # x: 0
  50. # y: 0
  51.  
  52. # Spread additional padding evenly around the terminal content.
  53. #dynamic_padding: false
  54.  
  55. # Window decorations
  56. #
  57. # Values for `decorations`:
  58. # - full: Borders and title bar
  59. # - none: Neither borders nor title bar
  60. #
  61. # Values for `decorations` (macOS only):
  62. # - transparent: Title bar, transparent background and title bar buttons
  63. # - buttonless: Title bar, transparent background and no title bar buttons
  64. #decorations: full
  65.  
  66. # Startup Mode (changes require restart)
  67. #
  68. # Values for `startup_mode`:
  69. # - Windowed
  70. # - Maximized
  71. # - Fullscreen
  72. #
  73. # Values for `startup_mode` (macOS only):
  74. # - SimpleFullscreen
  75. #startup_mode: Windowed
  76.  
  77. # Window title
  78. #title: Alacritty
  79.  
  80. # Allow terminal applications to change Alacritty's window title.
  81. #dynamic_title: true
  82.  
  83. # Window class (Linux/BSD only):
  84. #class:
  85. # Application instance name
  86. #instance: Alacritty
  87. # General application class
  88. #general: Alacritty
  89.  
  90. # GTK theme variant (Linux/BSD only)
  91. #
  92. # Override the variant of the GTK theme. Commonly supported values are `dark`
  93. # and `light`. Set this to `None` to use the default theme variant.
  94. #gtk_theme_variant: None
  95.  
  96. scrolling:
  97. # Maximum number of lines in the scrollback buffer.
  98. # Specifying '0' will disable scrolling.
  99. history: 50000
  100.  
  101. # Scrolling distance multiplier.
  102. #multiplier: 3
  103.  
  104. # Font configuration
  105. font:
  106. # Normal (roman) font face
  107. normal:
  108. # Font family
  109. #
  110. #Default:
  111. # - (macOS) Menlo
  112. # - (Linux/BSD) monospace
  113. # - (Windows) Consolas
  114. family: FantasqueSansMono
  115.  
  116. # The `style` can be specified to pick a specific face.
  117. style: Regular
  118.  
  119. # Bold font face
  120. bold:
  121. # Font family
  122. #
  123. # If the bold family is not specified, it will fall back to the
  124. # value specified for the normal font.
  125. family: FantasqueSansMono
  126.  
  127. # The `style` can be specified to pick a specific face.
  128. style: Bold
  129.  
  130. # Italic font face
  131. italic:
  132. # Font family
  133. #
  134. # If the italic family is not specified, it will fall back to the
  135. # value specified for the normal font.
  136. family: FantasqueSansMono
  137.  
  138. # The `style` can be specified to pick a specific face.
  139. style: Italic
  140.  
  141. # Bold italic font face
  142. bold_italic:
  143. # Font family
  144. #
  145. # If the bold italic family is not specified, it will fall back to the
  146. # value specified for the normal font.
  147. family: FantasqueSansMono
  148.  
  149. # The `style` can be specified to pick a specific face.
  150. style: Bold Italic
  151.  
  152. # Point size
  153. size: 11.0
  154.  
  155. # Offset is the extra space around each character. `offset.y` can be thought
  156. # of as modifying the line spacing, and `offset.x` as modifying the letter
  157. # spacing.
  158. #offset:
  159. # x: 0
  160. # y: 0
  161.  
  162. # Glyph offset determines the locations of the glyphs within their cells with
  163. # the default being at the bottom. Increasing `x` moves the glyph to the
  164. # right, increasing `y` moves the glyph upward.
  165. #glyph_offset:
  166. # x: 0
  167. # y: 0
  168.  
  169. # Thin stroke font rendering (macOS only)
  170. #
  171. # Thin strokes are suitable for retina displays, but for non-retina screens
  172. # it is recommended to set `use_thin_strokes` to `false`.
  173. #use_thin_strokes: true
  174.  
  175. # If `true`, bold text is drawn using the bright color variants.
  176. #draw_bold_text_with_bright_colors: false
  177.  
  178. # Base16 oomox-0263 Lampadaire_Arondi 256 - alacritty color config
  179. # oomox-0263 Lampadaire_Arondi
  180. colors:
  181. # Default colors
  182. primary:
  183. background: '#1d1b1c'
  184. foreground: '#ffd981'
  185.  
  186. # Colors the cursor will use if `custom_cursor_colors` is true
  187. cursor:
  188. text: '#1d1b1c'
  189. cursor: '#dedadc'
  190.  
  191. # Normal colors
  192. normal:
  193. black: '#1d1b1c'
  194. red: '#a4827d'
  195. green: '#4e879c'
  196. yellow: '#a0a2b9'
  197. blue: '#48809a'
  198. magenta: '#7e7b95'
  199. cyan: '#7694a6'
  200. white: '#dedadc'
  201.  
  202. # Bright colors
  203. bright:
  204. black: '#7d7a7c'
  205. red: '#a4827d'
  206. green: '#4e879c'
  207. yellow: '#a0a2b9'
  208. blue: '#48809a'
  209. magenta: '#7e7b95'
  210. cyan: '#7694a6'
  211. white: '#c0bfbf'
  212.  
  213. indexed_colors:
  214. - { index: 16, color: '#7d7c96' }
  215. - { index: 17, color: '#7c6b75' }
  216. - { index: 18, color: '#363333' }
  217. - { index: 19, color: '#3d3a3d' }
  218. - { index: 20, color: '#090708' }
  219. - { index: 21, color: '#899ba2' }
  220.  
  221.  
  222. # Colors (ArcoLinux)
  223. #colors:
  224. # Default colors
  225. # primary:
  226. # background: '#222222'
  227. # foreground: '#F9F9F9'
  228.  
  229. # Bright and dim foreground colors
  230. #
  231. # The dimmed foreground color is calculated automatically if it is not
  232. # present. If the bright foreground color is not set, or
  233. # `draw_bold_text_with_bright_colors` is `false`, the normal foreground
  234. # color will be used.
  235. #dim_foreground: '#828482'
  236. #bright_foreground: '#eaeaea'
  237.  
  238. # Cursor colors
  239. #
  240. # Colors which should be used to draw the terminal cursor.
  241. #
  242. # Allowed values are CellForeground and CellBackground, which reference the
  243. # affected cell, or hexadecimal colors like #ff00ff.
  244. #cursor:
  245. # text: CellBackground
  246. # cursor: CellForeground
  247.  
  248. # Vi mode cursor colors
  249. #
  250. # Colors for the cursor when the vi mode is active.
  251. #
  252. # Allowed values are CellForeground and CellBackground, which reference the
  253. # affected cell, or hexadecimal colors like #ff00ff.
  254. #vi_mode_cursor:
  255. # text: CellBackground
  256. # cursor: CellForeground
  257.  
  258. # Search colors
  259. #
  260. # Colors used for the search bar and match highlighting.
  261. #search:
  262. # Allowed values are CellForeground and CellBackground, which reference the
  263. # affected cell, or hexadecimal colors like #ff00ff.
  264. #matches:
  265. # foreground: '#000000'
  266. # background: '#ffffff'
  267. #focused_match:
  268. # foreground: CellBackground
  269. # background: CellForeground
  270.  
  271. #bar:
  272. # background: '#c5c8c6'
  273. # foreground: '#1d1f21'
  274.  
  275. # Line indicator
  276. #
  277. # Color used for the indicator displaying the position in history during
  278. # search and vi mode.
  279. #
  280. # By default, these will use the opposing primary color.
  281. #line_indicator:
  282. # foreground: None
  283. # background: None
  284.  
  285. # Selection colors
  286. #
  287. # Colors which should be used to draw the selection area.
  288. #
  289. # Allowed values are CellForeground and CellBackground, which reference the
  290. # affected cell, or hexadecimal colors like #ff00ff.
  291. #selection:
  292. # text: CellBackground
  293. # background: CellForeground
  294.  
  295. # Normal colors
  296. #normal:
  297. # black: '#3f3f3f'
  298. # red: '#cc0000'
  299. # green: '#4e9a06'
  300. # yellow: '#c4a000'
  301. # blue: '#94bff3'
  302. # magenta: '#85678f'
  303. # cyan: '#06989a'
  304. # white: '#dcdccc'
  305.  
  306. # Bright colors
  307. #bright:
  308. # black: '#545454'
  309. # red: '#fc5454'
  310. # green: '#8ae234'
  311. # yellow: '#fce94f'
  312. # blue: '#94bff3'
  313. # magenta: '#b294bb'
  314. # cyan: '#93e0e3'
  315. # white: '#ffffff'
  316.  
  317. # Dim colors
  318. #
  319. # If the dim colors are not set, they will be calculated automatically based
  320. # on the `normal` colors.
  321. #dim:
  322. # black: '#131415'
  323. # red: '#864343'
  324. # green: '#777c44'
  325. # yellow: '#9e824c'
  326. # blue: '#556a7d'
  327. # magenta: '#75617b'
  328. # cyan: '#5b7d78'
  329. # white: '#828482'
  330.  
  331. # Indexed Colors
  332. #
  333. # The indexed colors include all colors from 16 to 256.
  334. # When these are not set, they're filled with sensible defaults.
  335. #
  336. # Example:
  337. # `- { index: 16, color: '#ff00ff' }`
  338. #
  339. #indexed_colors: []
  340.  
  341. # Bell
  342. #
  343. # The bell is rung every time the BEL control character is received.
  344. #bell:
  345. # Visual Bell Animation
  346. #
  347. # Animation effect for flashing the screen when the visual bell is rung.
  348. #
  349. # Values for `animation`:
  350. # - Ease
  351. # - EaseOut
  352. # - EaseOutSine
  353. # - EaseOutQuad
  354. # - EaseOutCubic
  355. # - EaseOutQuart
  356. # - EaseOutQuint
  357. # - EaseOutExpo
  358. # - EaseOutCirc
  359. # - Linear
  360. #animation: EaseOutExpo
  361.  
  362. # Duration of the visual bell flash in milliseconds. A `duration` of `0` will
  363. # disable the visual bell animation.
  364. #duration: 0
  365.  
  366. # Visual bell animation color.
  367. #color: '#ffffff'
  368.  
  369. # Bell Command
  370. #
  371. # This program is executed whenever the bell is rung.
  372. #
  373. # When set to `command: None`, no command will be executed.
  374. #
  375. # Example:
  376. # command:
  377. # program: notify-send
  378. # args: ["Hello, World!"]
  379. #
  380. #command: None
  381.  
  382. # Background opacity
  383. #
  384. # Window opacity as a floating point number from `0.0` to `1.0`.
  385. # The value `0.0` is completely transparent and `1.0` is opaque.
  386. background_opacity: 0.6
  387.  
  388. #selection:
  389. # This string contains all characters that are used as separators for
  390. # "semantic words" in Alacritty.
  391. #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
  392.  
  393. # When set to `true`, selected text will be copied to the primary clipboard.
  394. #save_to_clipboard: false
  395.  
  396. #cursor:
  397. # Cursor style
  398. #style:
  399. # Cursor shape
  400. #
  401. # Values for `shape`:
  402. # - ▇ Block
  403. # - _ Underline
  404. # - | Beam
  405. #shape: Block
  406.  
  407. # Cursor blinking state
  408. #
  409. # Values for `blinking`:
  410. # - Never: Prevent the cursor from ever blinking
  411. # - Off: Disable blinking by default
  412. # - On: Enable blinking by default
  413. # - Always: Force the cursor to always blink
  414. #blinking: Off
  415.  
  416. # Vi mode cursor style
  417. #
  418. # If the vi mode cursor style is `None` or not specified, it will fall back to
  419. # the style of the active value of the normal cursor.
  420. #
  421. # See `cursor.style` for available options.
  422. #vi_mode_style: None
  423.  
  424. # Cursor blinking interval in milliseconds.
  425. #blink_interval: 750
  426.  
  427. # If this is `true`, the cursor will be rendered as a hollow box when the
  428. # window is not focused.
  429. #unfocused_hollow: true
  430.  
  431. # Thickness of the cursor relative to the cell width as floating point number
  432. # from `0.0` to `1.0`.
  433. #thickness: 0.15
  434.  
  435. # Live config reload (changes require restart)
  436. #live_config_reload: true
  437.  
  438. # Shell
  439. #
  440. # You can set `shell.program` to the path of your favorite shell, e.g.
  441. # `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the
  442. # shell.
  443. #
  444. # Default:
  445. # - (macOS) /bin/bash --login
  446. # - (Linux/BSD) user login shell
  447. # - (Windows) powershell
  448. #shell:
  449. # program: /bin/bash
  450. # args:
  451. # - --login
  452.  
  453. # Startup directory
  454. #
  455. # Directory the shell is started in. If this is unset, or `None`, the working
  456. # directory of the parent process will be used.
  457. #working_directory: None
  458.  
  459. # Send ESC (\x1b) before characters when alt is pressed.
  460. #alt_send_esc: true
  461.  
  462. #mouse:
  463. # Click settings
  464. #
  465. # The `double_click` and `triple_click` settings control the time
  466. # alacritty should wait for accepting multiple clicks as one double
  467. # or triple click.
  468. #double_click: { threshold: 300 }
  469. #triple_click: { threshold: 300 }
  470.  
  471. # If this is `true`, the cursor is temporarily hidden when typing.
  472. #hide_when_typing: false
  473.  
  474. #url:
  475. # URL launcher
  476. #
  477. # This program is executed when clicking on a text which is recognized as a
  478. # URL. The URL is always added to the command as the last parameter.
  479. #
  480. # When set to `launcher: None`, URL launching will be disabled completely.
  481. #
  482. # Default:
  483. # - (macOS) open
  484. # - (Linux/BSD) xdg-open
  485. # - (Windows) explorer
  486. #launcher:
  487. # program: xdg-open
  488. # args: []
  489.  
  490. # URL modifiers
  491. #
  492. # These are the modifiers that need to be held down for opening URLs when
  493. # clicking on them. The available modifiers are documented in the key
  494. # binding section.
  495. #modifiers: None
  496.  
  497. # Mouse bindings
  498. #
  499. # Mouse bindings are specified as a list of objects, much like the key
  500. # bindings further below.
  501. #
  502. # To trigger mouse bindings when an application running within Alacritty
  503. # captures the mouse, the `Shift` modifier is automatically added as a
  504. # requirement.
  505. #
  506. # Each mouse binding will specify a:
  507. #
  508. # - `mouse`:
  509. #
  510. # - Middle
  511. # - Left
  512. # - Right
  513. # - Numeric identifier such as `5`
  514. #
  515. # - `action` (see key bindings)
  516. #
  517. # And optionally:
  518. #
  519. # - `mods` (see key bindings)
  520. #mouse_bindings:
  521. # - { mouse: Middle, action: PasteSelection }
  522.  
  523. # Key bindings
  524. #
  525. # Key bindings are specified as a list of objects. For example, this is the
  526. # default paste binding:
  527. #
  528. # `- { key: V, mods: Control|Shift, action: Paste }`
  529. #
  530. # Each key binding will specify a:
  531. #
  532. # - `key`: Identifier of the key pressed
  533. #
  534. # - A-Z
  535. # - F1-F24
  536. # - Key0-Key9
  537. #
  538. # A full list with available key codes can be found here:
  539. # https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants
  540. #
  541. # Instead of using the name of the keys, the `key` field also supports using
  542. # the scancode of the desired key. Scancodes have to be specified as a
  543. # decimal number. This command will allow you to display the hex scancodes
  544. # for certain keys:
  545. #
  546. # `showkey --scancodes`.
  547. #
  548. # Then exactly one of:
  549. #
  550. # - `chars`: Send a byte sequence to the running application
  551. #
  552. # The `chars` field writes the specified string to the terminal. This makes
  553. # it possible to pass escape sequences. To find escape codes for bindings
  554. # like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside
  555. # of tmux. Note that applications use terminfo to map escape sequences back
  556. # to keys. It is therefore required to update the terminfo when changing an
  557. # escape sequence.
  558. #
  559. # - `action`: Execute a predefined action
  560. #
  561. # - ToggleViMode
  562. # - SearchForward
  563. # Start searching toward the right of the search origin.
  564. # - SearchBackward
  565. # Start searching toward the left of the search origin.
  566. # - Copy
  567. # - Paste
  568. # - IncreaseFontSize
  569. # - DecreaseFontSize
  570. # - ResetFontSize
  571. # - ScrollPageUp
  572. # - ScrollPageDown
  573. # - ScrollHalfPageUp
  574. # - ScrollHalfPageDown
  575. # - ScrollLineUp
  576. # - ScrollLineDown
  577. # - ScrollToTop
  578. # - ScrollToBottom
  579. # - ClearHistory
  580. # Remove the terminal's scrollback history.
  581. # - Hide
  582. # Hide the Alacritty window.
  583. # - Minimize
  584. # Minimize the Alacritty window.
  585. # - Quit
  586. # Quit Alacritty.
  587. # - ToggleFullscreen
  588. # - SpawnNewInstance
  589. # Spawn a new instance of Alacritty.
  590. # - ClearLogNotice
  591. # Clear Alacritty's UI warning and error notice.
  592. # - ClearSelection
  593. # Remove the active selection.
  594. # - ReceiveChar
  595. # - None
  596. #
  597. # - Vi mode exclusive actions:
  598. #
  599. # - Open
  600. # Open URLs at the cursor location with the launcher configured in
  601. # `url.launcher`.
  602. # - ToggleNormalSelection
  603. # - ToggleLineSelection
  604. # - ToggleBlockSelection
  605. # - ToggleSemanticSelection
  606. # Toggle semantic selection based on `selection.semantic_escape_chars`.
  607. #
  608. # - Vi mode exclusive cursor motion actions:
  609. #
  610. # - Up
  611. # One line up.
  612. # - Down
  613. # One line down.
  614. # - Left
  615. # One character left.
  616. # - Right
  617. # One character right.
  618. # - First
  619. # First column, or beginning of the line when already at the first column.
  620. # - Last
  621. # Last column, or beginning of the line when already at the last column.
  622. # - FirstOccupied
  623. # First non-empty cell in this terminal row, or first non-empty cell of
  624. # the line when already at the first cell of the row.
  625. # - High
  626. # Top of the screen.
  627. # - Middle
  628. # Center of the screen.
  629. # - Low
  630. # Bottom of the screen.
  631. # - SemanticLeft
  632. # Start of the previous semantically separated word.
  633. # - SemanticRight
  634. # Start of the next semantically separated word.
  635. # - SemanticLeftEnd
  636. # End of the previous semantically separated word.
  637. # - SemanticRightEnd
  638. # End of the next semantically separated word.
  639. # - WordLeft
  640. # Start of the previous whitespace separated word.
  641. # - WordRight
  642. # Start of the next whitespace separated word.
  643. # - WordLeftEnd
  644. # End of the previous whitespace separated word.
  645. # - WordRightEnd
  646. # End of the next whitespace separated word.
  647. # - Bracket
  648. # Character matching the bracket at the cursor's location.
  649. # - SearchNext
  650. # Beginning of the next match.
  651. # - SearchPrevious
  652. # Beginning of the previous match.
  653. # - SearchStart
  654. # Start of the match to the left of the vi mode cursor.
  655. # - SearchEnd
  656. # End of the match to the right of the vi mode cursor.
  657. #
  658. # - Search mode exclusive actions:
  659. # - SearchFocusNext
  660. # Move the focus to the next search match.
  661. # - SearchFocusPrevious
  662. # Move the focus to the previous search match.
  663. # - SearchConfirm
  664. # - SearchCancel
  665. # - SearchClear
  666. # Reset the search regex.
  667. # - SearchDeleteWord
  668. # Delete the last word in the search regex.
  669. # - SearchHistoryPrevious
  670. # Go to the previous regex in the search history.
  671. # - SearchHistoryNext
  672. # Go to the next regex in the search history.
  673. #
  674. # - macOS exclusive actions:
  675. # - ToggleSimpleFullscreen
  676. # Enter fullscreen without occupying another space.
  677. #
  678. # - Linux/BSD exclusive actions:
  679. #
  680. # - CopySelection
  681. # Copy from the selection buffer.
  682. # - PasteSelection
  683. # Paste from the selection buffer.
  684. #
  685. # - `command`: Fork and execute a specified command plus arguments
  686. #
  687. # The `command` field must be a map containing a `program` string and an
  688. # `args` array of command line parameter strings. For example:
  689. # `{ program: "alacritty", args: ["-e", "vttest"] }`
  690. #
  691. # And optionally:
  692. #
  693. # - `mods`: Key modifiers to filter binding actions
  694. #
  695. # - Command
  696. # - Control
  697. # - Option
  698. # - Super
  699. # - Shift
  700. # - Alt
  701. #
  702. # Multiple `mods` can be combined using `|` like this:
  703. # `mods: Control|Shift`.
  704. # Whitespace and capitalization are relevant and must match the example.
  705. #
  706. # - `mode`: Indicate a binding for only specific terminal reported modes
  707. #
  708. # This is mainly used to send applications the correct escape sequences
  709. # when in different modes.
  710. #
  711. # - AppCursor
  712. # - AppKeypad
  713. # - Search
  714. # - Alt
  715. # - Vi
  716. #
  717. # A `~` operator can be used before a mode to apply the binding whenever
  718. # the mode is *not* active, e.g. `~Alt`.
  719. #
  720. # Bindings are always filled by default, but will be replaced when a new
  721. # binding with the same triggers is defined. To unset a default binding, it can
  722. # be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
  723. # a no-op if you do not wish to receive input characters for that binding.
  724. #
  725. # If the same trigger is assigned to multiple actions, all of them are executed
  726. # in the order they were defined in.
  727. #key_bindings:
  728. #- { key: Paste, action: Paste }
  729. #- { key: Copy, action: Copy }
  730. #- { key: L, mods: Control, action: ClearLogNotice }
  731. #- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" }
  732. #- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp, }
  733. #- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }
  734. #- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
  735. #- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
  736.  
  737. # Vi Mode
  738. #- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom }
  739. #- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode }
  740. #- { key: Escape, mode: Vi|~Search, action: ClearSelection }
  741. #- { key: I, mode: Vi|~Search, action: ScrollToBottom }
  742. #- { key: I, mode: Vi|~Search, action: ToggleViMode }
  743. #- { key: C, mods: Control, mode: Vi|~Search, action: ToggleViMode }
  744. #- { key: Y, mods: Control, mode: Vi|~Search, action: ScrollLineUp }
  745. #- { key: E, mods: Control, mode: Vi|~Search, action: ScrollLineDown }
  746. #- { key: G, mode: Vi|~Search, action: ScrollToTop }
  747. #- { key: G, mods: Shift, mode: Vi|~Search, action: ScrollToBottom }
  748. #- { key: B, mods: Control, mode: Vi|~Search, action: ScrollPageUp }
  749. #- { key: F, mods: Control, mode: Vi|~Search, action: ScrollPageDown }
  750. #- { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp }
  751. #- { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown }
  752. #- { key: Y, mode: Vi|~Search, action: Copy }
  753. #- { key: Y, mode: Vi|~Search, action: ClearSelection }
  754. #- { key: Copy, mode: Vi|~Search, action: ClearSelection }
  755. #- { key: V, mode: Vi|~Search, action: ToggleNormalSelection }
  756. #- { key: V, mods: Shift, mode: Vi|~Search, action: ToggleLineSelection }
  757. #- { key: V, mods: Control, mode: Vi|~Search, action: ToggleBlockSelection }
  758. #- { key: V, mods: Alt, mode: Vi|~Search, action: ToggleSemanticSelection }
  759. #- { key: Return, mode: Vi|~Search, action: Open }
  760. #- { key: K, mode: Vi|~Search, action: Up }
  761. #- { key: J, mode: Vi|~Search, action: Down }
  762. #- { key: H, mode: Vi|~Search, action: Left }
  763. #- { key: L, mode: Vi|~Search, action: Right }
  764. #- { key: Up, mode: Vi|~Search, action: Up }
  765. #- { key: Down, mode: Vi|~Search, action: Down }
  766. #- { key: Left, mode: Vi|~Search, action: Left }
  767. #- { key: Right, mode: Vi|~Search, action: Right }
  768. #- { key: Key0, mode: Vi|~Search, action: First }
  769. #- { key: Key4, mods: Shift, mode: Vi|~Search, action: Last }
  770. #- { key: Key6, mods: Shift, mode: Vi|~Search, action: FirstOccupied }
  771. #- { key: H, mods: Shift, mode: Vi|~Search, action: High }
  772. #- { key: M, mods: Shift, mode: Vi|~Search, action: Middle }
  773. #- { key: L, mods: Shift, mode: Vi|~Search, action: Low }
  774. #- { key: B, mode: Vi|~Search, action: SemanticLeft }
  775. #- { key: W, mode: Vi|~Search, action: SemanticRight }
  776. #- { key: E, mode: Vi|~Search, action: SemanticRightEnd }
  777. #- { key: B, mods: Shift, mode: Vi|~Search, action: WordLeft }
  778. #- { key: W, mods: Shift, mode: Vi|~Search, action: WordRight }
  779. #- { key: E, mods: Shift, mode: Vi|~Search, action: WordRightEnd }
  780. #- { key: Key5, mods: Shift, mode: Vi|~Search, action: Bracket }
  781. #- { key: Slash, mode: Vi|~Search, action: SearchForward }
  782. #- { key: Slash, mods: Shift, mode: Vi|~Search, action: SearchBackward }
  783. #- { key: N, mode: Vi|~Search, action: SearchNext }
  784. #- { key: N, mods: Shift, mode: Vi|~Search, action: SearchPrevious }
  785.  
  786. # Search Mode
  787. #- { key: Return, mode: Search|Vi, action: SearchConfirm }
  788. #- { key: Escape, mode: Search, action: SearchCancel }
  789. #- { key: C, mods: Control, mode: Search, action: SearchCancel }
  790. #- { key: U, mods: Control, mode: Search, action: SearchClear }
  791. #- { key: W, mods: Control, mode: Search, action: SearchDeleteWord }
  792. #- { key: P, mods: Control, mode: Search, action: SearchHistoryPrevious }
  793. #- { key: N, mods: Control, mode: Search, action: SearchHistoryNext }
  794. #- { key: Up, mode: Search, action: SearchHistoryPrevious }
  795. #- { key: Down, mode: Search, action: SearchHistoryNext }
  796. #- { key: Return, mode: Search|~Vi, action: SearchFocusNext }
  797. #- { key: Return, mods: Shift, mode: Search|~Vi, action: SearchFocusPrevious }
  798.  
  799. # (Windows, Linux, and BSD only)
  800. #- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste }
  801. #- { key: C, mods: Control|Shift, action: Copy }
  802. #- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward }
  803. #- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward }
  804. #- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection }
  805. #- { key: Insert, mods: Shift, action: PasteSelection }
  806. #- { key: Key0, mods: Control, action: ResetFontSize }
  807. #- { key: Equals, mods: Control, action: IncreaseFontSize }
  808. #- { key: Plus, mods: Control, action: IncreaseFontSize }
  809. #- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
  810. #- { key: Minus, mods: Control, action: DecreaseFontSize }
  811. #- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
  812.  
  813. # (Windows only)
  814. #- { key: Return, mods: Alt, action: ToggleFullscreen }
  815.  
  816. # (macOS only)
  817. #- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
  818. #- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory }
  819. #- { key: Key0, mods: Command, action: ResetFontSize }
  820. #- { key: Equals, mods: Command, action: IncreaseFontSize }
  821. #- { key: Plus, mods: Command, action: IncreaseFontSize }
  822. #- { key: NumpadAdd, mods: Command, action: IncreaseFontSize }
  823. #- { key: Minus, mods: Command, action: DecreaseFontSize }
  824. #- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize }
  825. #- { key: V, mods: Command, action: Paste }
  826. #- { key: C, mods: Command, action: Copy }
  827. #- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection }
  828. #- { key: H, mods: Command, action: Hide }
  829. #- { key: M, mods: Command, action: Minimize }
  830. #- { key: Q, mods: Command, action: Quit }
  831. #- { key: W, mods: Command, action: Quit }
  832. #- { key: N, mods: Command, action: SpawnNewInstance }
  833. #- { key: F, mods: Command|Control, action: ToggleFullscreen }
  834. #- { key: F, mods: Command, mode: ~Search, action: SearchForward }
  835. #- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
  836.  
  837. #debug:
  838. # Display the time it takes to redraw each frame.
  839. #render_timer: false
  840.  
  841. # Keep the log file after quitting Alacritty.
  842. #persistent_logging: false
  843.  
  844. # Log level
  845. #
  846. # Values for `log_level`:
  847. # - Off
  848. # - Error
  849. # - Warn
  850. # - Info
  851. # - Debug
  852. # - Trace
  853. #log_level: Warn
  854.  
  855. # Print all received window events.
  856. #print_events: false
  857.  
Add Comment
Please, Sign In to add comment