diff options
author | Guangxiong Lin <[email protected]> | 2023-12-27 10:30:00 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-27 10:30:00 +0800 |
commit | 00d21334b9566d62377995fad03f9bdb000593f7 (patch) | |
tree | 41115235e36ea73c32bb042f0a2be88d636ea7c4 /.vim/after | |
parent | ad26b3e30e9bc321dd62eaeddb1672acb4886dd3 (diff) | |
download | dotfiles-00d21334b9566d62377995fad03f9bdb000593f7.tar.gz dotfiles-00d21334b9566d62377995fad03f9bdb000593f7.tar.bz2 dotfiles-00d21334b9566d62377995fad03f9bdb000593f7.zip |
Update floaterm config
Diffstat (limited to '.vim/after')
-rw-r--r-- | .vim/after/plugin/floaterm.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/floaterm.vim b/.vim/after/plugin/floaterm.vim index 89fce6b..f2306d1 100644 --- a/.vim/after/plugin/floaterm.vim +++ b/.vim/after/plugin/floaterm.vim @@ -1,6 +1,7 @@ let g:floaterm_autoclose = 1 let g:floaterm_width = 0.8 let g:floaterm_height = 0.8 +let g:floaterm_opener = 'tabe' nnoremap <Leader><Leader>t :FloatermToggle<CR> nnoremap <Leader><Leader>n :FloatermNew nnn<CR> |