From faea649a9f15b6870e1917d2658631ac76685000 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 28 Apr 2015 13:45:07 +0900 Subject: [PATCH] Add vim-fswitch --- .vim/keymaps.vim | 3 +++ .vim/plugins.vim | 1 + 2 files changed, 4 insertions(+) diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index e8f22c1..7d8b1c4 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -19,6 +19,9 @@ nnoremap a :ArgWrap vmap (EasyAlign) nmap ga (EasyAlign) +" vim-fswitch +noremap f :FSHere + " open-browser.vim nmap o (openbrowser-smart-search) vmap o (openbrowser-smart-search) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index ff58c39..0212184 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -8,6 +8,7 @@ Plug 'https://github.com/bkad/CamelCaseMotion' Plug 'https://github.com/bling/vim-airline.git' Plug 'https://github.com/cespare/vim-toml.git' Plug 'https://github.com/christoomey/vim-sort-motion.git' +Plug 'https://github.com/derekwyatt/vim-fswitch.git' Plug 'https://github.com/dhruvasagar/vim-table-mode.git' Plug 'https://github.com/fatih/vim-go.git' Plug 'https://github.com/inkarkat/argtextobj.vim.git'