mirror of
https://github.com/chylex/dotfiles.git
synced 2026-08-15 17:48:02 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
946f464aca
|
||
|
|
1e5c7a752e
|
@@ -181,9 +181,13 @@ xnoremap <C-c> "+y
|
|||||||
xnoremap <C-x> "+x
|
xnoremap <C-x> "+x
|
||||||
|
|
||||||
noremap <C-v> "+gP
|
noremap <C-v> "+gP
|
||||||
inoremap <C-v> <Esc>:set paste<CR>i<C-r>+<Esc>:set nopaste<CR>i
|
inoremap <C-v> <C-o>:set paste<CR><C-r>+<C-o>:set nopaste<CR>
|
||||||
cnoremap <C-v> <C-r>+
|
cnoremap <C-v> <C-r>+
|
||||||
|
|
||||||
|
nnoremap <C-s> :w<CR>
|
||||||
|
xnoremap <C-s> :<C-U>w<CR>gv
|
||||||
|
inoremap <C-s> <C-o>:w<CR>
|
||||||
|
|
||||||
" Update search register when using f/t
|
" Update search register when using f/t
|
||||||
function FindChar(action, reverse, search_affix)
|
function FindChar(action, reverse, search_affix)
|
||||||
let t:reverse_search = a:reverse
|
let t:reverse_search = a:reverse
|
||||||
|
|||||||
Reference in New Issue
Block a user