Added git roam template for ieee papers

Added script for battery logging
Adjusted nushell/starship config for nushell v0.78.0

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-04-10 10:05:35 +02:00
parent b5b511404b
commit d5483d49ad
7 changed files with 83 additions and 29 deletions

View File

@@ -15,6 +15,8 @@ keybinds {
bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
bind "Alt j" "Alt Down" { MoveFocus "Down"; }
bind "Alt k" "Alt Up" { MoveFocus "Up"; }
bind "Alt n" { NewPane; }
bind "Alt t" { NewTab; }
bind "Alt =" "Alt +" { Resize "Increase"; }
bind "Alt -" { Resize "Decrease"; }