Removed nautilus from i3, added urxvt plugins
This commit is contained in:
@@ -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
|
||||
|
||||
2
vim/.vim/plugin/plugins.vim
Normal file
2
vim/.vim/plugin/plugins.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
runtime macros/matchit.vim
|
||||
filetype on
|
||||
@@ -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 €
|
||||
|
||||
Reference in New Issue
Block a user