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/.gvimrc | 5 +++++ vim/.vimrc | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vim') diff --git a/vim/.gvimrc b/vim/.gvimrc index 7d7d0dd..25a6837 100644 --- a/vim/.gvimrc +++ b/vim/.gvimrc @@ -6,3 +6,8 @@ set guioptions-=T set guioptions-=e set guifont=Monospace\ 8 + +nnoremap h +nnoremap l +nnoremap k +nnoremap j 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