diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-27 21:32:35 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-27 21:32:35 +0800 |
| commit | 8fb0710afd87842283a14950824984b36466209f (patch) | |
| tree | 8ed06cedf2726a7b1d4fc73aed1e751ff99a9ac9 /mappings.vim | |
| parent | cb478b5ce15edb731691eac0ef7d43c84a2968a8 (diff) | |
remove some mappings I seldom use
Diffstat (limited to 'mappings.vim')
| -rw-r--r-- | mappings.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mappings.vim b/mappings.vim index 53f2ed7..2647e76 100644 --- a/mappings.vim +++ b/mappings.vim @@ -86,15 +86,6 @@ xnoremap H ^ nnoremap L g_ xnoremap L g_ -" Resize windows using <Alt> and h,j,k,l, inspiration from -" https://vim.fandom.com/wiki/Fast_window_resizing_with_plus/minus_keys -" (bottom page). If you enable mouse support, shorcuts below may not be -" necessary. -nnoremap <M-h> <C-w>< -nnoremap <M-l> <C-w>> -nnoremap <M-j> <C-W>- -nnoremap <M-k> <C-W>+ - " Fast window switching, inspiration from " https://stackoverflow.com/a/4373470/6064933 nnoremap <M-left> <C-w>h |
