chore: add vim: preambles

This commit is contained in:
winston 2022-07-30 21:21:08 +02:00
parent 59b6db5dd8
commit e0cfa9bd22
Signed by: winston
GPG key ID: 3786770EDBC2B481
7 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,4 @@
# vim:ft=yaml:fenc=utf-8:fdm=marker
encryption: gpg encryption: gpg
gpg: gpg:

View file

@ -1,2 +1,3 @@
! vim:ft=xmodmap:fenc=utf-8:fdm=marker
pointer = 1 2 3 5 4 7 6 8 9 10 11 12 pointer = 1 2 3 5 4 7 6 8 9 10 11 12
clear Lock clear Lock

View file

@ -1,4 +1,4 @@
; vim:fenc=utf-8:ft=gitconfig # vim:ft=gitconfig:fenc=utf-8:fdm=marker
; identity & authentication ; identity & authentication
[include] [include]

View file

@ -1,3 +1,4 @@
" vim:ft=vim:fenc=utf-8:fdm=marker
""" map leader to <space> ---------------------------------------------------- """ map leader to <space> ----------------------------------------------------
let mapleader=" " let mapleader=" "
@ -56,4 +57,3 @@ nnoremap <C-H> <C-W><C-H>
sethandler <C-D> a:vim sethandler <C-D> a:vim
sethandler <C-U> a:vim sethandler <C-U> a:vim
sethandler <C-R> n:ide sethandler <C-R> n:ide

View file

@ -1,3 +1,5 @@
# vim:ft=zsh:fenc=utf-8:fdm=marker
export EDITOR=nvim export EDITOR=nvim
export TERMINAL=wezterm export TERMINAL=wezterm
{{ if eq .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}

View file

@ -1,3 +1,5 @@
# vim:ft=zsh:fenc=utf-8:fdm=marker
### COMMON ### ### COMMON ###
export EDITOR=nvim export EDITOR=nvim

View file

@ -1,4 +1,4 @@
# vim:fileencoding=utf-8:foldmethod=marker # vim:ft=zsh:fenc=utf-8:fdm=marker
# load starship # load starship
eval "$(starship init zsh)" eval "$(starship init zsh)"