mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add <C-o>t tabopen bind from commandline
This commit is contained in:
parent
184191706e
commit
08e478f617
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@
|
|||
" " Allow Ctrl-c to copy in the commandline
|
||||
" unbind --mode=ex <C-c>
|
||||
"
|
||||
" " Open various things in new tabs from the commandline
|
||||
" bind --mode=ex <C-o>t ex.execute_ex_on_completion_args tabopen -b
|
||||
"
|
||||
" " Handy multiwindow/multitasking binds
|
||||
" bind gd tabdetach
|
||||
" bind gD composite tabduplicate; tabdetach
|
||||
|
|
Loading…
Add table
Reference in a new issue