diff --git a/.vimrc b/.vimrc index 20d6a13..a87fc1d 100644 --- a/.vimrc +++ b/.vimrc @@ -9,8 +9,7 @@ set softtabstop=4 set linespace=0 set autoindent set smartindent -set mouse= -set ttymouse= +set mouse=a set cursorline syntax on set showcmd @@ -27,12 +26,3 @@ hi colorcolumn ctermbg=NONE ctermfg=red cterm=bold guibg=NONE guifg=red gui=bold au BufRead /tmp/neomutt-* set tw=72 au BufRead /tmp/mutt-* set tw=72 - -noremap d l -noremap t k -noremap r j -noremap n h -map :tabr -map :tabn -map :tabp -map :tabl