Merge branch 'main'

This commit is contained in:
Johannes Olzem 2023-12-09 23:04:57 +01:00
commit b00e45172c
Signed by: jolzem
GPG Key ID: DB5485828E95A447
3 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,9 @@ window:
decorations: None
opacity: 0.8
env:
TERM: xterm-256color
key_bindings:
- { key: V, mods: Alt, action: Paste } # Alt+V Paste
- { key: C, mods: Alt, action: Copy } # Alt+C Copy
@ -39,7 +42,7 @@ draw_bold_text_with_bright_colors: true
bell:
animation: EaseOutExpo
color: '0xffffff'
color: '0x282828'
duration: 1
mouse:

View File

@ -36,6 +36,7 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
Plug 'https://github.com/907th/vim-auto-save.git'
Plug 'https://github.com/alvan/vim-closetag'
Plug 'vim-airline/vim-airline'
Plug 'https://github.com/github/copilot.vim'
call plug#end()
let g:vimtex_view_method = 'zathura'

View File

@ -16,3 +16,4 @@ alias s=""
alias vnim="nvim"
alias daos="doas "
alias celar="clear"
alias gti="git"