Remove EOF character displayed #784
-
Hello! I have the most anoying setting in ideavim that I can't figure out how to turn off. It goes away when I go to tools and turn off ideavim, but comes back automaticly from boot. I have turned of whitespaces and everything in the webstorm settings. I have tried googling, and 10 conversations with chatgpt but I still can't figure it out. .ideavimrc:: set number relativenumber let mapleader="," map <leader>vm :vsplit C:\Users\Alexander.ideavimrc <CR> nnoremap <leader>w :w! <CR> set cb set clipboard+=unnamed map <leader>q :q <CR> set NERDTree |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Update: Removed "set hlsearch incsearch ignorecase" from .ideavimrc and now it does not show EOL character. No idea why. Keywords for search because I couldnt find anything: End Of Line, character, $, EOF, IdeaVim, Webstorm. |
Beta Was this translation helpful? Give feedback.
Update: Removed "set hlsearch incsearch ignorecase" from .ideavimrc and now it does not show EOL character. No idea why.
Keywords for search because I couldnt find anything: End Of Line, character, $, EOF, IdeaVim, Webstorm.