Browse Source

Creat binding for new alacritty in same directory

Ctrl+Return create a new terminal in the current directory.
DricomDragon 5 năm trước cách đây
mục cha
commit
767c19eeef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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