Explorar el Código

Creat binding for new alacritty in same directory

Ctrl+Return create a new terminal in the current directory.
DricomDragon hace 5 años
padre
commit
767c19eeef
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Install/Templates/alacritty/alacritty.yml

+ 1 - 0
Install/Templates/alacritty/alacritty.yml

@@ -122,6 +122,7 @@ key_bindings:
   - { key: PageDown,  mods: Shift,   action: ScrollPageDown, mode: ~Alt       }
   - { key: Home,      mods: Shift,   action: ScrollToTop,    mode: ~Alt       }
   - { key: End,       mods: Shift,   action: ScrollToBottom, mode: ~Alt       }
+  - { key: Return,    mods: Control, action: SpawnNewInstance }
 
 debug:
   render_timer: false