mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add some handy binds to my RC file
This commit is contained in:
parent
1692c0ccff
commit
444e1b91b0
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@ bindurl reddit.com gu urlparent 4
|
|||
" Allow Ctrl-a to select all in the commandline
|
||||
unbind --mode=ex <C-a>
|
||||
|
||||
" Let Ctrl-c to copy in the commandline
|
||||
unbind --mode=ex <C-c>
|
||||
|
||||
" Handy multiwindow/multitasking binds
|
||||
bind gd tabdetach
|
||||
bind gD composite tabduplicate | tabdetach
|
||||
|
||||
"
|
||||
" Misc settings
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue