vim: move test raus
This commit is contained in:
parent
57209b4ff2
commit
b64c9f1581
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
|
||||
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
|
||||
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