mirror of
https://github.com/preservim/vimux
synced 2024-11-14 18:12:47 +00:00
Update README.mkd
This commit is contained in:
parent
1170fbe39d
commit
3217097119
19
README.mkd
19
README.mkd
@ -60,6 +60,25 @@ Close all other tmux panes in the current window.
|
|||||||
map <Leader>rx :CloseVimTmuxWindows<CR>
|
map <Leader>rx :CloseVimTmuxWindows<CR>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Full Example Code
|
||||||
|
|
||||||
|
```viml
|
||||||
|
" Run the current file with rspec
|
||||||
|
map <Leader>rb :call RunVimTmuxCommand("clear && rspec " . bufname("%"))<CR>
|
||||||
|
|
||||||
|
" Prompt for a command to run
|
||||||
|
map <Leader>rp :PromptVimTmuxCommand<CR>
|
||||||
|
|
||||||
|
" Run last command executed by RunVimTmuxCommand
|
||||||
|
map <Leader>rl :call RunLastVimTmuxCommand<CR>
|
||||||
|
|
||||||
|
" Inspect runner pane
|
||||||
|
map <Leader>ri :InspectVimTmuxRunner<CR>
|
||||||
|
|
||||||
|
" Close all other tmux panes in current window
|
||||||
|
map <Leader>rx :CloseVimTmuxWindows<CR>
|
||||||
|
```
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
### VimuxHeight
|
### VimuxHeight
|
||||||
|
Loading…
Reference in New Issue
Block a user