Compare commits
	
		
			2 Commits
		
	
	
		
			9662367dad
			...
			7647860a5a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						7647860a5a
	
				 | 
					
					
						|||
| 
						
						
							
						
						86e4dcd2b2
	
				 | 
					
					
						
@@ -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,7 +498,6 @@ 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 {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -529,6 +528,11 @@ 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
 | 
				
			||||||
""""""""""""""""""""""""""""""""
 | 
					""""""""""""""""""""""""""""""""
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user