local utils = require('utils') -- Clear trailing whitespace utils.map("n", "", "let _s=@/:%s/\\s\\+$//e:let @/=_s") -- Use tab and shift+tab to cycle buffers utils.map("n", "", "bn") utils.map("n", "", "bp") -- Turn spellchecker on and off utils.map("n", "se", "setlocal spell spelllang=en_us") utils.map("n", "sq", "setlocal nospell") utils.map("n", "", "set nonumber!") utils.map("n", "fe", "Oil") utils.map("n", "", "Neotree toggle")