"open config with \r noremap r :edit $MYVIMRC noremap w :update inoremap w :updatea cmap w!! w !sudo tee % >/dev/null " cmap eh e %:h/ " cmap wh w %:h/ "Remove search highlight when is pressed nnoremap :nohlsearch "toggle whitespace noremap l :set list! " noremap R :! echo reload \| nc -w 1 localhost 32000 noremap R :! tmux send-keys -t top-right "up" C-m "press space in normal mode to center screen noremap zz noremap ] :bn noremap [ :bp noremap d :bd nmap e[ (ale_previous_wrap) nmap e] (ale_next_wrap) nmap p (ale_hover) nmap D (ale_go_to_definition) nmap U (ale_find_references) let g:ctrlp_funky_syntax_highlight = 1 nnoremap f :CtrlPFunky nnoremap :call LanguageClient_contextMenu() nnoremap :call LanguageClient_textDocument_codeAction()