Merge branch 'master' of https://git.mgrote.net/mg/dotfiles
This commit is contained in:
commit
3512340d6f
1 changed files with 0 additions and 7 deletions
7
.vimrc
7
.vimrc
|
@ -117,10 +117,3 @@ nmap <C-g> :tab G
|
||||||
" markiere text im visual mode; suche dann danach mit // im visual-mode
|
" markiere text im visual mode; suche dann danach mit // im visual-mode
|
||||||
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
|
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
|
||||||
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
||||||
" bewege text
|
|
||||||
" aufruf mit //
|
|
||||||
" https://www.reddit.com/r/vim/comments/pqiynv/moving_text_one_of_my_favorite_mappings
|
|
||||||
nnoremap <M-K> <CMD>m .-2<CR>
|
|
||||||
nnoremap <M-J> <CMD>m .+1<CR>
|
|
||||||
nnoremap <M-H> <<
|
|
||||||
nnoremap <M-L> >>
|
|
||||||
|
|
Loading…
Reference in a new issue