1
0
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:
TiynGER
2020-11-02 23:23:33 +01:00
parent 5445b3c088
commit e878a83893
3 changed files with 3 additions and 3 deletions

View File

@@ -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