added urxvt
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
setlocal spell spelllang=de_de
|
||||
" setlocal spell spelllang=de_de
|
||||
" set nospell
|
||||
|
||||
|
||||
|
||||
" Begin Shortcuts
|
||||
|
||||
@@ -557,3 +557,64 @@ Bakir
|
||||
Alanah
|
||||
WiWi
|
||||
Voteller
|
||||
Datenbankmanagementsystem
|
||||
Transaktionsmanagement
|
||||
Datenbanktabelle
|
||||
behebung
|
||||
widerprüchliche
|
||||
Programmierclub
|
||||
Concurrency
|
||||
Kleingruppen
|
||||
Zentralübung
|
||||
Paaßen
|
||||
david
|
||||
paassen
|
||||
due
|
||||
edge
|
||||
cloud
|
||||
Multithreading
|
||||
Multicores
|
||||
Hyperthreading
|
||||
Ersatzschlüssel
|
||||
Vertrauenskasse
|
||||
Meisner
|
||||
Goedicke
|
||||
Vollzugriff
|
||||
Senatsleute
|
||||
Versorgungsbudget
|
||||
Beschaffungsantrag
|
||||
Zahlungsbereitschaft
|
||||
Zahlungshinweis
|
||||
Fakultätszusammenlegung
|
||||
exterene
|
||||
CaSchü
|
||||
Klinikmensa
|
||||
Juniorprofessorenevaluierungskomissionen
|
||||
Lärmquellekatalog
|
||||
Fachschaftsratsmitglieder
|
||||
Fachschaftsveranstaltungen
|
||||
Drittveranstaltungen
|
||||
FZS
|
||||
besuch
|
||||
Nebenläufiger
|
||||
print
|
||||
while
|
||||
q2
|
||||
q1
|
||||
q
|
||||
Ü2
|
||||
PACKAGES
|
||||
Correct
|
||||
Formating
|
||||
#lankboxes
|
||||
Boxes
|
||||
mktitle
|
||||
formatting
|
||||
SHORTCUTS
|
||||
p1
|
||||
p2
|
||||
boolean
|
||||
flag
|
||||
false
|
||||
if
|
||||
q3
|
||||
|
||||
Binary file not shown.
11
vim/.vimrc
11
vim/.vimrc
@@ -8,6 +8,7 @@ Plugin 'VundleVim/Vundle.vim'
|
||||
Plugin 'vim-pandoc/vim-pandoc'
|
||||
Plugin 'vim-pandoc/vim-pandoc-syntax'
|
||||
Plugin 'vimwiki/vimwiki'
|
||||
Plugin 'neoclide/coc.nvim'
|
||||
call vundle#end()
|
||||
filetype plugin indent on
|
||||
|
||||
@@ -75,12 +76,11 @@ inoremap u" ü
|
||||
inoremap A" Ä
|
||||
inoremap U" Ü
|
||||
inoremap O" Ö
|
||||
inoremap jk <Esc>
|
||||
inoremap <leader>s ß
|
||||
inoremap <leader>e €
|
||||
inoremap jj <Esc>
|
||||
inoremap ;s ß
|
||||
inoremap ;e €
|
||||
|
||||
|
||||
vnoremap jk <Esc>
|
||||
" This callback will be executed when the entire command is completed
|
||||
function! BackgroundCommandClose(channel)
|
||||
" Read the output from the command into the quickfix window
|
||||
@@ -113,3 +113,6 @@ let g:vimwiki_list =[
|
||||
\{'path':'~/Documents/Collection/wiki'},
|
||||
\{'path_html':'~/Documents/Collection/wiki_html'}
|
||||
\]
|
||||
|
||||
" Pandoc
|
||||
let g:pandoc#modules#disabled = [ "spell" ]
|
||||
|
||||
Reference in New Issue
Block a user