aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/ftplugin/typescript/typescript.vim
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-05-08 09:42:29 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2023-05-08 09:42:29 +0200
commit22bbedd73e2b31b5188b38ca3166e146c5f3d431 (patch)
tree64c8d6374dbd98c11230fde263dd64155959bef1 /stow/vim/.vim/ftplugin/typescript/typescript.vim
parente6bd59a9bc5a6ef70337151c107429088615bd85 (diff)
downloadconfigs-22bbedd73e2b31b5188b38ca3166e146c5f3d431.tar.gz
configs-22bbedd73e2b31b5188b38ca3166e146c5f3d431.zip
Bunch of changes.
Diffstat (limited to 'stow/vim/.vim/ftplugin/typescript/typescript.vim')
-rw-r--r--stow/vim/.vim/ftplugin/typescript/typescript.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/vim/.vim/ftplugin/typescript/typescript.vim b/stow/vim/.vim/ftplugin/typescript/typescript.vim
index 65e3c1a..b91ea16 100644
--- a/stow/vim/.vim/ftplugin/typescript/typescript.vim
+++ b/stow/vim/.vim/ftplugin/typescript/typescript.vim
@@ -19,8 +19,8 @@ let mapleader = " "
nnoremap <buffer> <leader>C :sp ~/.vim/ftplugin/typescript/typescript.vim<CR>
-nnoremap <buffer> <leader>s :!tmux new-window -db -t 9 -n 'npm start' npm start<CR><CR>
-nnoremap <buffer> <leader>S :!tmux new-window -b -t 9 -n 'npm start' 'tmux set -w remain-on-exit on; npm start'<CR><CR>
+nnoremap <buffer> <leader>s :silent !~/scripts/tmux/tmux-npmStart.sh<CR>
+nnoremap <buffer> <leader>S :silent !~/scripts/tmux/tmux-npmStart.sh -r<CR>
let mapleader = ","