Come faccio a passare a un argomento in vim sotto Terminale per una tastiera francese

3

Sono su una tastiera francese e non riesco a saltare su un argomento in vim: Se vado ': help' le istruzioni dicono:

Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-].

Ho provato varie combinazioni senza fortuna. Per esempio ALT + MAIUSC +) restituisce ']' ma l'aggiunta di CTRL non funziona.

L'unico trucco che ho trovato è stato quello di mappare CTRL-L a CTRL-] aggiungendo questo a .vimrc:

map <C-l> <C-]>

Esistono forse mappature speciali per le tastiere francesi in Vim o Mac + tastiere francesi?

    
posta Derick Schoonbee 24.07.2011 - 01:55
fonte

4 risposte

1

Bene, sembra che la risposta sia:

The only hack I found was to map CTRL-L to CTRL-] by add this to .vimrc:

map <C-l> <C-]>
    
risposta data 01.08.2011 - 05:19
fonte
3

Se non vuoi sprecare il tuo CTRL-L, puoi fare in modo che CTRL- "] key" funzioni in questo modo:

:map CTRL-VCTRL-"] key" <C-]>
    
risposta data 17.10.2012 - 13:44
fonte
1

I Uso CTRL + 5 sulla mia tastiera spagnola.

    
risposta data 31.01.2013 - 13:38
fonte
0

Bene su una tastiera francese Mac, premo semplicemente CTRL + $ (il tasto * / $ / € è quello situato a sinistra del tasto di ritorno)

    
risposta data 25.10.2012 - 23:42
fonte

Leggi altre domande sui tag