Re: Add some missing keywords to tmux.vim

2014-02-07 Thread Ben Boeckel
On Thu, 06 Feb, 2014 at 23:47:35 GMT, Jan Larres wrote: > I noticed that there were a few keywords missing from the tmux.vim > syntax file, even after the latest updates. This patch adds them in. I had 2 patches from yesterday which went through and updated everything to what master had. They also

Re: [PATCH] remember focused window panes while changing focus

2014-02-07 Thread Thomas Adam
On 7 February 2014 22:32, Suraj Kurapati wrote: > Hi Thomas, > > I thought my patch would be committed using "git am" (in which case, > the lengthy description I wrote would become the commit log and my > name would appear in the author field) but it wasn't. No, the commit comes from OpenBSD's CV

Re: [PATCH] remember focused window panes while changing focus

2014-02-07 Thread Thomas Adam
On 7 February 2014 20:16, Suraj Kurapati wrote: > Hi Nicholas, > > The discussion in ticket #97 http://sourceforge.net/p/tmux/tickets/97/ > seems to validate my patch. > > That makes me wonder... has it already been accepted into the tmux codebase? > > If so, could you please tell me the commit SH

Re: [PATCH] remember focused window panes while changing focus

2014-02-07 Thread Suraj Kurapati
Hi Thomas, I thought my patch would be committed using "git am" (in which case, the lengthy description I wrote would become the commit log and my name would appear in the author field) but it wasn't. As a result, I couldn't find my patch in the "git log" output. And so I asked here. :-) Thanks

Re: [PATCH] remember focused window panes while changing focus

2014-02-07 Thread Suraj Kurapati
Hi Nicholas, The discussion in ticket #97 http://sourceforge.net/p/tmux/tickets/97/ seems to validate my patch. That makes me wonder... has it already been accepted into the tmux codebase? If so, could you please tell me the commit SHA so I can verify? Thanks for your consideration. On Wed, Ja

Re: [tmux:tickets] #97 Feature request: Moving to most recently used pane in column/row

2014-02-07 Thread Suraj Kurapati
Sorry, here is a better link to an updated version of my patch (with bug fix): http://thread.gmane.org/gmane.comp.terminal-emulators.tmux.user/5509 On Fri, Feb 7, 2014 at 11:58 AM, Suraj Kurapati wrote: > Michael, > > You're in luck. I submitted a patch that implements this very feature here: >

Re: [tmux:tickets] #97 Feature request: Moving to most recently used pane in column/row

2014-02-07 Thread Suraj Kurapati
Michael, You're in luck. I submitted a patch that implements this very feature here: http://thread.gmane.org/gmane.comp.terminal-emulators.tmux.user/5459 Cheers. On Sat, Jan 18, 2014 at 5:22 AM, Michael Mahemoff wrote: > > > [tickets:#97] Feature request: Movin

Re: FAQ: xterm-keys and editors

2014-02-07 Thread Suraj Kurapati
Two robust Vim plugins already exist for this purpose: https://github.com/drmikehenry/vim-fixkey#readme https://github.com/nacitar/terminalkeys.vim#readme On Feb 7, 2014 1:49 AM, "Mark Oteiza" wrote: > Nicholas Marriott writes: > > > Hi > > > > Looks nice, can you make a diff with your suggest

Re: create-or-attach command

2014-02-07 Thread Thomas Adam
On 5 February 2014 12:57, anatoly techtonik wrote: > https://stackoverflow.com/questions/3432536/create-session-if-none-exists > > Is it possible to implement a simple create-or-attach command, which > will create a (named) session if it doesn't exists or attach to > existing? Using the git versi

Re: FAQ: xterm-keys and editors

2014-02-07 Thread Mark Oteiza
Nicholas Marriott writes: > Hi > > Looks nice, can you make a diff with your suggested text against FAQ > and adding this file to examples/? > > Cheers > > Original message > From: Mark Oteiza > Date: 04/02/2014 06:11 (GMT+00:00) > To: tmux-users@lists.sourceforge.net > Subj

create-or-attach command

2014-02-07 Thread anatoly techtonik
https://stackoverflow.com/questions/3432536/create-session-if-none-exists Is it possible to implement a simple create-or-attach command, which will create a (named) session if it doesn't exists or attach to existing? Please, CC. -- anatoly t.