Add running script

This commit is contained in:
Viktor Varland 2016-01-28 14:18:31 +01:00
parent 9f7fe3fb61
commit 5d162e3159
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.swp

View file

@ -0,0 +1,4 @@
function! clustertext#running#ClusterText()
silent !clear
echom "Clusterit"
endfunction

View file

@ -0,0 +1,2 @@
nnoremap <buffer> <leader>ct
\ :call clustertext#running#ClusterText()<cr>