Removed nautilus from i3, added urxvt plugins

This commit is contained in:
TuDatTr
2019-07-25 09:51:54 +02:00
parent 2424e469d7
commit b861b39678
13 changed files with 610 additions and 29 deletions

View File

@@ -21,3 +21,6 @@ set splitright
" Statusbar
set statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v]
" Window Management
let &winheight = &lines * 7 / 10

View File

@@ -0,0 +1,2 @@
runtime macros/matchit.vim
filetype on

View File

@@ -5,11 +5,12 @@ nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap J :bn<CR>
nnoremap K :bp<CR>
nnoremap u :earlier<CR>
nnoremap U :later<CR>
noremap <leader>y "+y
nnoremap <C-u> :earlier<CR>
nnoremap <C-U> :later<CR>
noremap Y "+y
noremap <C-E> :tabedit<Space>
noremap <F1> :ter<CR>
noremap == ==j
nmap 0 ^
" Diaeresis for e.g. german
@@ -19,6 +20,5 @@ inoremap u" ü
inoremap A" Ä
inoremap U" Ü
inoremap O" Ö
inoremap jj <Esc>
inoremap ;s ß
inoremap ;e
inoremap <leader>s ß
inoremap <leader>e