"open config with \r nmap r :e $MYVIMRC nmap w :up imap w :upa cmap w!! w !sudo tee % >/dev/null "Remove search highlight when is pressed nnoremap :nohlsearch "toggle whitespace nmap l :set list! " noremap R :! echo reload \| nc -w 1 localhost 32000 noremap R :! tmux send-keys -t right "up" C-m "press space in normal mode to center screen nmap zz nmap ] :bn nmap [ :bp nmap d :bd if(exists("g:loaded_ale")) nmap e[ (ale_previous_wrap) nmap e] (ale_next_wrap) endif let g:tsuquyomi_javascript_support = 1 if(exists("g:loaded_tsuquyomi")) nmap p :echo tsuquyomi#hint() endif let g:ctrlp_funky_syntax_highlight = 1 if(exists("g:loaded_ctrlp_funky")) nnoremap f :CtrlPFunky endif