" Better window navigation " nnoremap h " nnoremap j " nnoremap k " nnoremap l " Align blocks of text and keep them selected vmap < >gv " Automatically spell check last error in insert mode inoremap u[s1z=`]au " Find files using Telescope command-line sugar. nnoremap e Telescope find_files nnoremap g Telescope live_grep nnoremap b Telescope buffers nnoremap h Telescope help_tags