Off to a new start
This commit is contained in:
Submodule vim/.vim/bundle/Vundle.vim deleted from 9a38216a1c
Submodule vim/.vim/bundle/vim-pandoc deleted from d0911146c6
Submodule vim/.vim/bundle/vim-pandoc-syntax deleted from 56e8e41ef8
File diff suppressed because it is too large
Load Diff
@@ -1,11 +0,0 @@
|
||||
" Shortcuts
|
||||
imap ;main package main<Enter><Enter>import (<Enter>"fmt"<Enter>)<Enter><Enter>func main() {<Enter>}<Esc>O
|
||||
imap { {<Enter>}<Esc>kA
|
||||
imap ( ()<Esc>i
|
||||
imap () ()
|
||||
|
||||
|
||||
" Compiling
|
||||
map <C-c><C-c> <Esc>:!clear; go run %<Enter>
|
||||
map <C-c><C-b> <Esc>:!clear; go build %; ./%<<Enter>
|
||||
map <C-c><C-w> <Esc>:!clear; GOOS=windows GOARCH=386 go build -o %<.exe %
|
||||
@@ -258,3 +258,49 @@ Kaffemaschinen
|
||||
Snippets
|
||||
#
|
||||
Vorverarbeitungsfunktion
|
||||
Mohamed
|
||||
Mech
|
||||
Instagram
|
||||
Postvorlage
|
||||
textbasierte
|
||||
Posts
|
||||
sponsored
|
||||
Gleistellungsbeauftragte
|
||||
ZIM
|
||||
Evaluierungskomissionen
|
||||
Fakultätsratssitzung
|
||||
Evaluierungskomission
|
||||
schonmal
|
||||
vorgeglüht
|
||||
Bauingeneurwesen
|
||||
klingonischer
|
||||
Helferantrag
|
||||
Fürstimmen
|
||||
Entschuldigungsstatus
|
||||
Konteneröffnung
|
||||
Werbeposter
|
||||
Beitragsvorlage
|
||||
h
|
||||
vorfomuliert
|
||||
Programmier
|
||||
Stritzel
|
||||
Moodle
|
||||
#achschaftbezahlten
|
||||
Davi
|
||||
#oche
|
||||
Ersti
|
||||
Busanbindung
|
||||
Dogs
|
||||
spreadshirt
|
||||
Bauingeneurswesen
|
||||
#ergleisweis
|
||||
vergleisweise
|
||||
Einwurfschlitz
|
||||
Fachschaftsrathelfer
|
||||
Sitzungstermin
|
||||
Vorlesungsbeginn
|
||||
Sitzungstermine
|
||||
Putzdienstes
|
||||
Tischmülleimer
|
||||
Fachschafts
|
||||
Lernraumes
|
||||
|
||||
Binary file not shown.
29
vim/.vimrc
29
vim/.vimrc
@@ -7,6 +7,8 @@ call vundle#begin()
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
Plugin 'vim-pandoc/vim-pandoc'
|
||||
Plugin 'vim-pandoc/vim-pandoc-syntax'
|
||||
Plugin 'fatih/vim-go'
|
||||
Plugin 'vimwiki/vimwiki'
|
||||
call vundle#end()
|
||||
filetype plugin indent on
|
||||
|
||||
@@ -32,7 +34,6 @@ endif
|
||||
syntax on
|
||||
filetype indent plugin on
|
||||
set background=light
|
||||
colorscheme PaperColor
|
||||
set encoding=utf-8
|
||||
set autowrite
|
||||
set smartcase
|
||||
@@ -65,22 +66,17 @@ nmap 0 ^
|
||||
" Latex
|
||||
"let g:tex_nospell=1
|
||||
" Shortcuts
|
||||
map <Space><Tab> <Esc>/<x_x><Enter>c5l
|
||||
inoremap <Space><Tab> <Esc>/<x_x><Enter>c5l
|
||||
vnoremap <Space><Tab> <Esc>/<x_x><Enter>c5l
|
||||
inoremap ;; <x_x>
|
||||
inoremap jj <Esc>
|
||||
inoremap ;date <C-R>=strftime("%Y/%m/%d")<Enter>
|
||||
inoremap ;time <C-R>=strftime("%H:%M:%S")<Enter>
|
||||
" Diaeresis for e.g. german
|
||||
inoremap "a ä
|
||||
inoremap "o ö
|
||||
inoremap "u ü
|
||||
inoremap "A Ä
|
||||
inoremap "U Ü
|
||||
inoremap "O Ö
|
||||
inoremap ;ss ß
|
||||
inoremap ;euro €
|
||||
inoremap ae ä
|
||||
inoremap oe ö
|
||||
inoremap ue ü
|
||||
inoremap Ae Ä
|
||||
inoremap Ue Ü
|
||||
inoremap Oe Ö
|
||||
inoremap <leader>s ß
|
||||
inoremap <leader>e €
|
||||
|
||||
" This callback will be executed when the entire command is completed
|
||||
function! BackgroundCommandClose(channel)
|
||||
@@ -109,3 +105,8 @@ endfunction
|
||||
" So we can use :BackgroundCommand to call our function.
|
||||
command! -nargs=+ -complete=shellcmd RunBackgroundCommand call RunBackgroundCommand(<q-args>)
|
||||
|
||||
" Vimwiki
|
||||
let g:vimwiki_list =[
|
||||
\{'path':'~/Documents/Collection/wiki'},
|
||||
\{'path_html':'~/Documents/Collection/wiki_html'}
|
||||
\]
|
||||
|
||||
Reference in New Issue
Block a user