Compare commits

..

No commits in common. "7647860a5a60f1faad3133cc34bcfeabec41e415" and "9662367dad0bee7ccebeb02c639c96cb9ca4c07b" have entirely different histories.

View File

@ -441,8 +441,8 @@ nmap <Leader>g <cmd>Telescope git_branches<cr>
" Resize window " Resize window
nnoremap <C-L> :vertical resize +5<CR> nnoremap <C-L> :vertical resize +5<CR>
nnoremap <C-H> :vertical resize -5<CR> nnoremap <C-H> :vertical resize -5<CR>
nnoremap <C-J> :res -5<CR> nnoremap <C-J> :res +5<CR>
nnoremap <C-K> :res +5<CR> nnoremap <C-K> :res -5<CR>
" Split window " Split window
nnoremap _ :vsp <CR> nnoremap _ :vsp <CR>
@ -498,6 +498,7 @@ inoremap <C-t> <Esc>:tabnew<CR>
" Better moving " Better moving
nnoremap J } nnoremap J }
nnoremap K { nnoremap K {
vnoremap J } vnoremap J }
vnoremap K { vnoremap K {
@ -528,11 +529,6 @@ cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!
map <F3> :setlocal spell! spelllang=en_gb<CR> map <F3> :setlocal spell! spelllang=en_gb<CR>
map <F4> :setlocal spell! spelllang=pl<CR> map <F4> :setlocal spell! spelllang=pl<CR>
" Human Errors
:command! W w
:command! Q q
:command! Wq wq
"""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""
" Files " Files
"""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""