mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 03:21:16 +02:00
diverse changes for qol
- remapping the substitution to <leader>ss in nvim to not conflict with line replacement - moving the gitrepo directory - making compiler for octave silent
This commit is contained in:
@@ -106,7 +106,7 @@ vnoremap <C-c> "+y
|
||||
cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!
|
||||
|
||||
" alias for replacing
|
||||
nnoremap S :%s//gI<Left><Left><Left>
|
||||
nnoremap <leader>ss :%s//gI<Left><Left><Left>
|
||||
|
||||
" read files correctly
|
||||
autocmd BufRead,BufNewFile *.tex set filetype=tex
|
||||
|
Reference in New Issue
Block a user