Home › Forums › WAY Off-Topic Distortion › So; who’s started on the Linux emulator for Nintendo’s Switch?
- This topic has 9 replies, 4 voices, and was last updated 6 years, 8 months ago by
Orn.
-
AuthorPosts
-
January 14, 2017 at 1:04 pm #67966
linuxgnuru
ParticipantJanuary 15, 2017 at 7:29 pm #77145PizzaDude
Memberme
January 17, 2017 at 12:04 am #77152strider
Participantcan it run vim?
January 17, 2017 at 6:58 am #77185Orn
Participantstrider wrote:can it run vim?Only if you’re brave enough
January 17, 2017 at 10:47 am #77195strider
ParticipantCan you swap Caps Lock and Esc? Because that’s the only way I can use vim
January 17, 2017 at 1:00 pm #77203linuxgnuru
Participantalthough I bet Strider never has to worry about ending sentences with a semi-colon; I bet forgetting the tab makes up for everything #pythonhumour
January 17, 2017 at 11:02 pm #77224Orn
Participantlinuxgnuru 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 #pythonhumourThat or the linter fucks everything up
January 18, 2017 at 12:40 pm #77244strider
ParticipantI never mess up anything, my vimrc is perfect. #worksForMe
January 18, 2017 at 3:38 pm #77245linuxgnuru
ParticipantCode: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
endifset viminfo=’10,”100,:20,%,n~/.viminfo
function! ResCur()
if line(“‘””) <= line(“$”)
normal! g'”
return 1
endif
endfunctionaugroup resCur
autocmd!
autocmd BufWinEnter * call ResCur()
augroup END
color desert
“inoremap { {<CR>}<Esc>ko
inoremap {<CR> {<CR>}<C-o>OJanuary 18, 2017 at 10:19 pm #77247Orn
Participantstrider wrote:I never mess up anything, my vimrc is perfect. #worksForMe -
AuthorPosts
- You must be logged in to reply to this topic.