Skip to content

Commit

Permalink
Remove some vim-emoji config
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 30, 2023
1 parent 6d7d7f9 commit 334ebf1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ endfunction

" ########### Mappings ###########
"
"
nnoremap <leader>xx :call setfperm(expand('%'),"rwxrw-rw-")<cr>
" Change hyphens to underscores
vnoremap <silent> uu :s/\%V\-/_/g<cr>
Expand Down Expand Up @@ -363,13 +363,6 @@ nnoremap <leader>b :Buffers<cr>
"dictionary sort unique
:vnoremap <silent> su :!sort -d --ignore-case<bar> uniq<CR>
" vim-emoji

set completefunc=emoji#complete
"let g:gitgutter_sign_added = emoji#for('plus-sign')
"let g:gitgutter_sign_modified = emoji#for('small_orange_diamond')
"let g:gitgutter_sign_removed = emoji#for('small_red_triangle')
"let g:gitgutter_sign_modified_removed = emoji#for('collision')
" CamelCaseMotion
map <silent> w <Plug>CamelCaseMotion_w
Expand Down

0 comments on commit 334ebf1

Please sign in to comment.