commit | 4e38fdebc34c28cab62e38e05fb0b2bdaa766694 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Fri Aug 12 15:28:23 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Fri Aug 12 15:28:23 2022 +0100 |
tree | 003cf3c600049f8877ce6c3472e4b74820ec3451 | |
parent | ad1cca9b6e8fff67a4788602cc8b50d530821df5 [diff] |
Stop middle-clicking on the last buffer preserving the window
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix index a01add6..7f97a7a 100644 --- a/src/apps/personal/vim.nix +++ b/src/apps/personal/vim.nix
@@ -77,7 +77,6 @@ nmap <leader>0 <Plug>AirlineSelectTab0 nmap <leader>- <Plug>AirlineSelectPrevTab nmap <leader>+ <Plug>AirlineSelectNextTab - let airline#extensions#tabline#middle_click_preserves_windows = 1 let g:airline_skip_empty_sections = 1 let g:ctrlp_map = '<c-p>'