adding caret mode stuff
This commit is contained in:
parent
27645ce8a0
commit
4dc36f2726
|
@ -2384,7 +2384,7 @@ config.bind('td', 'config-cycle -p -u *://*.{url:host}/* colors.webpage.darkmode
|
|||
# config.bind('J', 'scroll down', mode='caret')
|
||||
# config.bind('K', 'scroll up', mode='caret')
|
||||
# config.bind('L', 'scroll right', mode='caret')
|
||||
# config.bind('V', 'toggle-selection --line', mode='caret')
|
||||
# config.bind('gV', 'toggle-selection --line', mode='caret')
|
||||
# config.bind('Y', 'yank selection -s', mode='caret')
|
||||
# config.bind('[', 'move-to-start-of-prev-block', mode='caret')
|
||||
# config.bind(']', 'move-to-start-of-next-block', mode='caret')
|
||||
|
@ -2397,7 +2397,7 @@ config.bind('td', 'config-cycle -p -u *://*.{url:host}/* colors.webpage.darkmode
|
|||
# config.bind('k', 'move-to-prev-line', mode='caret')
|
||||
# config.bind('l', 'move-to-next-char', mode='caret')
|
||||
# config.bind('o', 'reverse-selection', mode='caret')
|
||||
# config.bind('v', 'toggle-selection', mode='caret')
|
||||
config.bind('gv', 'toggle-selection', mode='caret')
|
||||
# config.bind('w', 'move-to-next-word', mode='caret')
|
||||
# config.bind('y', 'yank selection', mode='caret')
|
||||
# config.bind('{', 'move-to-end-of-prev-block', mode='caret')
|
||||
|
@ -2490,7 +2490,7 @@ config.bind('<Ctrl-j>', 'completion-item-focus next', mode='command')
|
|||
|
||||
## Bindings for MPV and YTDL
|
||||
config.bind("v", 'hint links spawn --detach empv "{hint-url}"')
|
||||
config.bind("gv", "spawn --detach mpv --profile=fast --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best \'{url}\'")
|
||||
# config.bind("gv", "spawn --detach mpv --profile=fast --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best \'{url}\'")
|
||||
config.bind("gc", 'spawn org-capture "{url}"')
|
||||
config.bind(
|
||||
"gV",
|
||||
|
|
Loading…
Reference in a new issue