" Plugins Plug 'preservim/nerdtree' Plug 'tpope/vim-commentary' Plug 'machakann/vim-highlightedyank' " Global set clipboard=unnamedplus let mapleader=" " set scrolloff=5 set incsearch " Incode mappings map (GotoNextError) "" Commentary nnoremap :Commentary xnoremap :Commentary " Navigation "" editor navigation nnoremap H gT nnoremap H gt "" code spaces navigation nnoremap H nnoremap L nnoremap k nnoremap j "" tree-code navigation """ set "FocusEditor" to in Android Studio settings nnoremap :action ActivateProjectToolWindow nnoremap :action ActivateTerminalToolWindow " tree let g:NERDTreeMapCloseDir = 'h' let g:NERDTreeMapActivateNode = 'l' let g:NERDTreeMapToggleHidden = 'H' let g:NERDTreeMapDelete = 'd' let g:NERDTreeMapNewFile = 'a' let g:NERDTreeMapNewDir = 'A' let g:NERDTreeMapToggleZoom = 'n' " Testing "map Q gq