No .vimrc anymore, everything in /vim/.vim/plugin/

clean_emacs
Tuan-Dat Tran 2019-06-22 19:27:02 +02:00
parent 6b7ca41818
commit 2424e469d7
10 changed files with 23 additions and 12 deletions

View File

@ -1,7 +1,6 @@
':/home/tuan
u:/home/tuan/Documents/Uni/Studium
p:/home/tuan/Documents/Protokolle/FSE
o:/home/tuan/.dotfiles/config
w:/home/tuan/Documents/Collection/wiki
m:/run/media/tuan
a:/home/tuan/Documents/Arbeit
l:/home/tuan/Local

View File

@ -19,3 +19,5 @@ set softtabstop=4
set splitbelow
set splitright
" Statusbar
set statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v]

View File

@ -3,11 +3,13 @@ nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap J :bn<Enter>
nnoremap K :bp<Enter>
nnoremap J :bn<CR>
nnoremap K :bp<CR>
nnoremap u :earlier<CR>
nnoremap U :later<CR>
noremap <leader>y "+y
noremap <C-E> :tabedit<Space>
noremap <F1> :ter<Enter>
noremap <F1> :ter<CR>
nmap 0 ^
" Diaeresis for e.g. german
@ -20,5 +22,3 @@ inoremap O" Ö
inoremap jj <Esc>
inoremap ;s ß
inoremap ;e

View File

@ -0,0 +1,2 @@
nnoremap <leader>ctf :-read $HOME/.vim/skeleton/writeup.md<CR>A

View File

@ -0,0 +1,10 @@
#
Category:
# Challenge
# Solution
# Flag
``

View File

@ -626,3 +626,6 @@ Schülerpraktikum
Cirriculum
of
VCS
Mahngelder
Gebäudemanagement
Gebäudemanagements

Binary file not shown.

View File

@ -1,5 +0,0 @@
" Load files from somewhere else
source ~/.vim/config/settings.vim
source ~/.vim/config/basics.vim
source ~/.vim/config/remaps.vim
source ~/.vim/config/functions.vim