mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Change yy bind to yankshort
This commit is contained in:
parent
e0c0723cc5
commit
559b4f4e63
1 changed files with 4 additions and 1 deletions
|
@ -42,13 +42,16 @@ bindurl www.google.com F hint -Jtc .rc>.r>a
|
|||
" Allow Ctrl-a to select all in the commandline
|
||||
unbind --mode=ex <C-a>
|
||||
|
||||
" Let Ctrl-c to copy in the commandline
|
||||
" Allow Ctrl-c to copy in the commandline
|
||||
unbind --mode=ex <C-c>
|
||||
|
||||
" Handy multiwindow/multitasking binds
|
||||
bind gd tabdetach
|
||||
bind gD composite tabduplicate | tabdetach
|
||||
|
||||
" Make yy use canonical / short links on the 5 websites that support them
|
||||
bind yy clipboard yankshort
|
||||
|
||||
" Julia docs' built in search is bad
|
||||
set searchurls.julia https://www.google.com/search?q=site:http://docs.julialang.org/en/v1.0%20
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue