" Enable Mouse set mouse=a " Set Editor Font if exists(':GuiFont') " Use GuiFont! to ignore font errors GuiFont! NotoMono Nerd Font Mono endif " Disable GUI Tabline if exists(':GuiTabline') GuiTabline 0 endif " Disable GUI Popupmenu if exists(':GuiPopupmenu') GuiPopupmenu 0 endif " Enable GUI ScrollBar if exists(':GuiScrollBar') GuiScrollBar 1 endif " Right Click Context Menu (Copy-Cut-Paste) nnoremap :call GuiShowContextMenu() inoremap :call GuiShowContextMenu() xnoremap :call GuiShowContextMenu()gv snoremap :call GuiShowContextMenu()gv