Browse Source

Update vim config

master
Schneider 4 years ago
parent
commit
fba10c65b9
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 3
      tmux/tmux.conf.symlink
  2. 4
      vim/ftplugin/mail.vim
  3. 4
      vim/ftplugin/tex.vim
  4. 2
      zsh/aliases.zsh

3
tmux/tmux.conf.symlink

@ -5,6 +5,9 @@ set -g history-limit 20000
# automatically renumber tmux windows
set -g renumber-windows on
# something for nvim
set -g focus-events on
# unbind default prefix and set it to Ctrl+a
unbind C-b
set -g prefix C-a

4
vim/ftplugin/mail.vim

@ -1,2 +1,6 @@
set spell
set spelllang=de
iab VG Viele Grüße
iab MS Marcel Schneider

4
vim/ftplugin/tex.vim

@ -32,4 +32,8 @@ iab DEU Deutschland
iab thg Treibhausgas
iab emis Emission
iab ewende Energiewende
iab def Definition
iab OSA Off-Shore-Anlage
iab oSA On-Shore-Anlage
iab zb zum Beispiel
"}}}

2
zsh/aliases.zsh

@ -25,8 +25,6 @@ alias down='http --download '
alias p3='python3 '
alias open='xdg-open '
alias -g L='| less'
alias -g G='| grep'

Loading…
Cancel
Save