⚡ cleaning unused vimrc + updated tips bar
This commit is contained in:
		@@ -12,6 +12,7 @@ let g:user_tips_list= [
 | 
			
		||||
	\ 'packadd cfilter',
 | 
			
		||||
	\ 'Next word location → ]I [I ]<c-I> [<c-I> … <leader>]I <leader>[I',
 | 
			
		||||
	\ ':w !sudo tee > /dev/null %',
 | 
			
		||||
	\ 'v`]o`[ visual last change — https://www.reddit.com/r/vim/comments/ypt6uf/comment/ivl68xu/?utm_source=share&utm_medium=web2x&context=3',
 | 
			
		||||
	\ '`0·`"·`.·`` … last exit·edit·change·pre-jump … also g''*',
 | 
			
		||||
	\ 'q: q? q/ … @: ?<cr> /<cr> :&<cr> , ;',
 | 
			
		||||
	\ '<c-n><c-p> <c-x><c-l> <c-x><c-f> … :h ins-completion',
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.vimrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								.vimrc
									
									
									
									
									
								
							@@ -250,10 +250,6 @@
 | 
			
		||||
	nnoremap <s-k> a<cr><esc>
 | 
			
		||||
	for l in [ 'y', 'p', 'P', 'd' ] | for m in [ 'n', 'v' ]
 | 
			
		||||
		execute m.'noremap <leader>'.l.' "+'.l | endfor | endfor
 | 
			
		||||
	" ik ak (last change pseudo-text objects) – src: https://www.reddit.com/r/vim/comments/ypt6uf/comment/ivl68xu/?utm_source=share&utm_medium=web2x&context=3
 | 
			
		||||
	xnoremap ik `]o`[
 | 
			
		||||
	onoremap ik :<C-u>normal vik<cr>
 | 
			
		||||
	onoremap ak :<C-u>normal vikV<cr>
 | 
			
		||||
	" FOLDS
 | 
			
		||||
	command! -nargs=0 SETFOLDregions set foldmethod=marker
 | 
			
		||||
	command! -nargs=1 SETFOLDindent set foldmethod=indent | let &foldlevel=<q-args> | let &foldnestmax=<q-args>+1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user