So; who’s started on the Linux emulator for Nintendo’s Switch?

Home Forums WAY Off-Topic Distortion So; who’s started on the Linux emulator for Nintendo’s Switch?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #67966
    linuxgnuru
    Participant
    #77145
    PizzaDude
    Member

    me

    #77152
    strider
    Participant

    can it run vim?

    #77185
    Orn
    Participant
    strider wrote:
    can it run vim?

    Only if you’re brave enough

    #77195
    strider
    Participant

    Can you swap Caps Lock and Esc? Because that’s the only way I can use vim

    #77203
    linuxgnuru
    Participant

    although I bet Strider never has to worry about ending sentences with a semi-colon; I bet forgetting the tab makes up for everything #pythonhumour

    #77224
    Orn
    Participant
    linuxgnuru wrote:
    although I bet Strider never has to worry about ending sentences with a semi-colon; I bet forgetting the tab makes up for everything #pythonhumour

    That or the linter fucks everything up

    #77244
    strider
    Participant

    I never mess up anything, my vimrc is perfect. #worksForMe

    #77245
    linuxgnuru
    Participant
    Code:
    cat ~/.vimrc
    set autoindent autowrite showmatch wrapmargin=0 showmode report=0 redraw showcmd ruler nowrap nohlsearch shiftwidth=2 tabstop=4 t_te= cindent expandtab number
    “set autoindent showmatch wrapmargin=0 showmode report=0 redraw showcmd ruler nowrap nohlsearch shiftwidth=2 tabstop=4 t_te= cindent expandtab
    syntax on
    set pastetoggle=<F9>

    if isdirectory(‘/usr/local/include’)
    set path+=/usr/local/include
    endif

    set viminfo=’10,”100,:20,%,n~/.viminfo

    function! ResCur()
    if line(“‘””) <= line(“$”)
    normal! g'”
    return 1
    endif
    endfunction

    augroup resCur
    autocmd!
    autocmd BufWinEnter * call ResCur()
    augroup END
    color desert
    “inoremap { {<CR>}<Esc>ko
    inoremap {<CR> {<CR>}<C-o>O

    #77247
    Orn
    Participant
    strider wrote:
    I never mess up anything, my vimrc is perfect. #worksForMe

    4241a602954e3efdb97da37ec2d75e9656696c94227197e875fbb57abb8d2db2.jpg

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.