From 6f25f03ce631bb2e8d53042a9a407671ac731830 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 9 Jan 2022 22:09:40 -0500 Subject: .vimrc: Remove unused mappings --- .vimrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.vimrc b/.vimrc index 9312081..bcef05a 100644 --- a/.vimrc +++ b/.vimrc @@ -117,16 +117,13 @@ nmap ev :tabedit ~/.vimrc nmap eh :tabedit ~/.vim/post-save-hook " Git, tags, and help commands -nmap fgf :GFiles -nmap fgs :GFiles? nmap fgc :Commits -nmap ftb :BTags -nmap flh :Helptags nmap flc :Commands " Show key mappings -nmap mm :Maps -nmap ma :Marks +nmap mn :nmap +nmap mv :vmap +nmap mi :imap " Search documentation under cursor nmap dm :exe ':term ++close fzf-man ' . expand('') @@ -199,8 +196,6 @@ let g:fzf_layout = { 'window': { 'xoffset': 0, 'yoffset': 1, 'width': 1, 'height nmap :Buffers nmap ov :Lines nmap ob :BLines -nmap op :History -nmap oc :History: nmap ol :Locate nmap ot :exe '!$TERMINAL -cd ' . expand('%:p:h') . ' &' nmap of :call fzf#run({'options': [], 'source': "cat $FZF_FILE_MARKS", 'sink': 'e', 'window': { 'xoffset': 0, 'yoffset': 1, 'width': 1, 'height': 0.5 }}) -- cgit v1.2.3