"""""""""""""""""""""""" " Options """""""""""""""""""""""" " gui options set gui=nonavigation,tabs,bookmarks,addons colorscheme cinaeco " don't focus on inputs/textfields when we navigate to a page set focuscontent " don't fade out messages, instead just to clear set messagetimeout=-1 """""""""""""""""""""""" " Mappings """""""""""""""""""""""" let mapleader = "," " Insert mode! Focus on first imput nmap i gi " Faster navigation of buffers " vim up/down/left/right = half paging and tab switching nmap j nmap k nmap l gt nmap h gT " Slower page navigation nmap J 5 nmap K 5 nmap L 5 nmap H 5 " screen/tmux-like switch to previous tab nmap " reload config nmap :source ~/.vimperatorrc:echo "Configuration Reloaded (~/.vimperatorrc)"