Commit graph

8 commits

Author SHA1 Message Date
14a92bfd12 Move wiki.vim (un)mappings to mappings file
Will at some point have to find a more correct solution than mapping all
the wiki shortcuts to bogus combinations.
2019-11-21 14:52:42 +01:00
39f15fb689 Give mapping secctions respective plugin names 2019-11-21 14:45:13 +01:00
197213b417 Move remaining mappings in vimrc to mappings.vim 2019-11-21 14:44:58 +01:00
ecd23ebb59 Organize maps.vim 2019-11-21 14:21:47 +01:00
cc7b292bf5 Organize maps.vim
First, set mappings that work directly from normal mode, extend or cange
the vim operations.

After that, set leader mappings.

When refactoring into leader /
localleader mappings, this should probably be divided into first setting
the leader mappings and then setting localleader for different contexts.
2019-11-21 14:06:49 +01:00
a054b717d2 Move function out of maps.vim to vimrc
Does not directly create a mapping and should stay somewhere else than
the mapping file.
2019-11-21 14:05:44 +01:00
99df4a278c Begin cleaning up maps.vim
Added some useful unimpaired mappings and moved localleader to , to
prepare for separation of local and global leader mappings.
2019-11-21 13:53:51 +01:00
66f33b8f74 Move existing mappings into new file
Simply take all the mappings and move them to one big new file.
2019-11-21 13:52:43 +01:00