1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-19 16:27:45 +02:00

Compare commits

..

No commits in common. "2c80a5e212c9bb344802f9046aaaaa23a238158b" and "71b01a07b5ca58730ff46a130d1115d485c31c7b" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -24,7 +24,7 @@
<alias> <alias>
<family>monospace</family> <family>monospace</family>
<prefer> <prefer>
<family>JetBrainsMono NFM</family> <family>JetBrainsMono Nerd Font Mono</family>
<family>Joy Pixels</family> <family>Joy Pixels</family>
<family>Font Awesome 6 Free</family> <family>Font Awesome 6 Free</family>
<family>Source Han Mono</family> <family>Source Han Mono</family>

View File

@ -109,8 +109,6 @@ endif
" Set custom status line look " Set custom status line look
set statusline=" Hint: %z%= %A %10u:%-7g %15s %20d " set statusline=" Hint: %z%= %A %10u:%-7g %15s %20d "
set statusline=" %t%= %A %10u:%-7g %15E %20d "
" ------------------------------------------------------------------------------ " ------------------------------------------------------------------------------
@ -449,10 +447,6 @@ vnoremap w :view<cr>gv
" Open file in existing instance of vim " Open file in existing instance of vim
nnoremap o :!$EDITOR %f<cr> nnoremap o :!$EDITOR %f<cr>
" Create drag and drop window for selected file
nnoremap ag :!dragon-drop -a -x %f<cr>
vnoremap ag :!dragon-drop -a -x %f<cr>
" Mappings for faster renaming " Mappings for faster renaming
nnoremap I cw<c-a> nnoremap I cw<c-a>
nnoremap cc cw<c-u> nnoremap cc cw<c-u>