Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 698 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 698 Bytes
curl -fLo ~/vim.sh --create-dirs https://gahlnbaeck.de/sh/vimsh
chmod +x ~/vim.sh
~/vim.sh
rm -f ~/vim.sh

oder

git clone https://github.com/sonaxpro/bash_scripts.git

Alias

Die Datei ~/.bash_profile existiert bereits. Möchten Sie sie durch den Standard von Sonax ersetzen? (j/n/z)

Vim

passiert automatisch vim +PlugInstall +qall vim +source ~/.vimrc +qall

  1. :PlugInstall
  2. :source ~/.vimrc
set number
set noswapfile
set nobackup
set nowritebackup
set viminfo=

call plug#begin("/etc/vim/plugged")
Plug 'preservim/nerdcommenter' " NUR ein mal '! Zwei mal " passt nicht!!!!
call plug#end()

" nerdcommenter
let mapleader = ","
let g:NERDSpaceDelims = 1