diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-09 23:46:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-09 23:46:22 +0900 |
| commit | 82184cdfa758fdb1193bd1a82de6fce236b7d174 (patch) | |
| tree | d273c4fd6f43b716d8c4d286a1da8373f4b93b9f /.config/nvim/plugin | |
| parent | 73fa3647434b800e502231da81c3c5a1f2c35bb5 (diff) | |
| download | dotfiles-82184cdfa758fdb1193bd1a82de6fce236b7d174.tar.gz dotfiles-82184cdfa758fdb1193bd1a82de6fce236b7d174.tar.zst dotfiles-82184cdfa758fdb1193bd1a82de6fce236b7d174.zip | |
nvim: remove leaf
Diffstat (limited to '.config/nvim/plugin')
| -rw-r--r-- | .config/nvim/plugin/leaf.vim | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/nvim/plugin/leaf.vim b/.config/nvim/plugin/leaf.vim deleted file mode 100644 index bc19053..0000000 --- a/.config/nvim/plugin/leaf.vim +++ /dev/null @@ -1,15 +0,0 @@ -scriptencoding utf-8 - -if exists('g:loaded_leaf') - finish -endif - - -nmap <Space> <Nop> -nmap <Space>l (leaf) -nnoremap (leaf) <Nop> - -nnoremap (leaf)l <Cmd>SmartTabEdit ~/leaves/INBOX.leaf <Bar>normal G<CR> - - -let g:loaded_leaf = 1 |
