Add running script
This commit is contained in:
parent
9f7fe3fb61
commit
5d162e3159
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.swp
|
4
autoload/clustertext/running.vim
Normal file
4
autoload/clustertext/running.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
function! clustertext#running#ClusterText()
|
||||
silent !clear
|
||||
echom "Clusterit"
|
||||
endfunction
|
2
ftplugin/clustertext/running.vim
Normal file
2
ftplugin/clustertext/running.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
nnoremap <buffer> <leader>ct
|
||||
\ :call clustertext#running#ClusterText()<cr>
|
Loading…
Reference in a new issue