From 6ce88105c0b42adac401cbea23484f0f1e1e029a Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 5 Apr 2014 13:30:32 +0200 Subject: Moved buffer navigation remappings int gvim configuration * they don't work in normal vim, so they should only be configured for gvim ** the problem is probably the terminal not forwardinf the keys as required by the remapping --- vim/.vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index 144dba7..49a5dbf 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -33,11 +33,6 @@ nnoremap :TlistToggle nnoremap gT nnoremap gt -nnoremap h -nnoremap l -nnoremap k -nnoremap j - nmap << nmap >> vmap