summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plug-config/floaterm.vim
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-08 13:58:12 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-08 13:58:12 +0100
commit0c4228264e0517f79f922260cf95da0fc96a6e11 (patch)
tree87c9b1f90f1ebc815c74956be9fd655023f3ba59 /.config/nvim/plug-config/floaterm.vim
parentKey update (diff)
downloaddotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.gz
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.bz2
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.xz
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.zst
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.zip
Switched tab and escape keys
Diffstat (limited to '.config/nvim/plug-config/floaterm.vim')
-rw-r--r--.config/nvim/plug-config/floaterm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plug-config/floaterm.vim b/.config/nvim/plug-config/floaterm.vim
index 02dec94..2ac83b9 100644
--- a/.config/nvim/plug-config/floaterm.vim
+++ b/.config/nvim/plug-config/floaterm.vim
@@ -8,7 +8,7 @@ let g:floaterm_position = 'bottom'
let g:floaterm_gitcommit = 'split'
let g:floaterm_wintype = 'floating'
let g:floaterm_rootmarkers =
- \ [
+ \ [
\ '.project',
\ '.git',
\ '.hg',