I just went through a long list of keyboard shortcuts for Firefox. One that I didn’t see that I would find useful is to press something like ⇧ Shift + ⌘ + C to copy the URL and then paste it into an email or message to send to someone. Does something like this exist?

  • @[email protected]
    link
    fedilink
    English
    191 year ago

    Personally I just use Ctrl+L to quickly access to the URL Bar and then use Ctrl+C, I know is not exactly what you are searching but it works for me.

  • Ben
    link
    fedilink
    English
    81 year ago

    Well yes… Ctrl+L then Ctrl+C gets it.

  • @WhoRoger
    link
    English
    61 year ago

    Just F6 and then whatever your OS has to copy to clipboard.

    • @plazman30OP
      link
      English
      31 year ago

      Thank you. That worked!

  • Yoast
    link
    fedilink
    English
    5
    edit-2
    1 year ago

    I do ⌘ + L to move focus to the url bar then ⌘ + C to copy

    edit: apparently others have already said this and those comments just haven’t gotten to my server yet

    • @plazman30OP
      link
      English
      11 year ago

      This looks quite interesting

  • Admiral Patrick
    link
    fedilink
    English
    21 year ago

    Ctrl +L will move your cursor to the URL bar and select the address, and you can Ctrl+C from there. Should work on a Mac but may need to use cloverleaf button instead of ctrl.

  • @[email protected]
    link
    fedilink
    English
    11 year ago

    Install Vimium C browser extension and then you press just ‘y’-key twice. It means yank in vim.

    • @plazman30OP
      link
      English
      11 year ago

      I wish there was browser extension that let me use vim keyboard binding inside of text boxes like this one.

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        You can configure Qutebrowser for that. In Qutebrowser the insert mode isn’t that intuitive as in bloated browsers, but you get used to it.

        My Qutebrowser uses Vim keys for scrolling and browsing, but in insert mode I use Emacs keybinds. Best of both worlds (for me).

    • @plazman30OP
      link
      English
      11 year ago

      I wish there was a plugin that made every text box a neovim instance.

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        I use the following short script linked to a hotkey. I’m sure it would be easy to make it better, but it works for me.

        #!/bin/bash
        
        f=$(mktemp) &&
        gvim --nofork +startinsert -S <(echo 'inoremap <C-Q> <Esc>ZZ') "$f" -c 'set wrap' -c 'set spell' &&
        xsel < "$f"
        sleep 0.5
        xdotool type "$( xclip -o )"
        

        I don’t bother opening Vim in a terminal, because I just use this for quick edits. When in the text field, I hit my shortcut, gvim pops up in insert mode. I can type up whatever I want, then when I exit (allows for ctrl-q) it pastes what I wrote.

  • Sami
    link
    fedilink
    English
    1
    edit-2
    1 year ago

    You can do Ctrl+F6+C. Though the C should be after the F6.

  • @WhoRoger
    link
    English
    11 year ago

    deleted by creator

    • @plazman30OP
      link
      English
      11 year ago

      I think you replied to the wrong message.

      • @WhoRoger
        link
        English
        11 year ago

        Yes Jerboa messed and mixed up the threads.

  • Ben
    link
    fedilink
    English
    11 year ago

    Generic shortcuts - F6 and Ctrl+L both get the URL selected. Ctrl+C can copy - switch window and paste.

    Alternatively, if the windows are both open you can drag the Padlock icon (certainly with Firefox) to your field.